Show / Hide Table of Contents

Class IotHubCertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IotHubCertificateArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IotHubCertificateArgs : ResourceArgs

Constructors

View Source

IotHubCertificateArgs()

Declaration
public IotHubCertificateArgs()

Properties

View Source

CertificateContent

The Base-64 representation of the X509 leaf certificate .cer file or just a .pem file content.

Declaration
public Input<string> CertificateContent { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IotDpsName

The name of the IoT Device Provisioning Service that this certificate will be attached to. Changing this forces a new resource to be created.

Declaration
public Input<string> IotDpsName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Iot Device Provisioning Service Certificate resource. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group under which the Iot Device Provisioning Service Certificate resource has to be created. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.