Class IotHubCertificateArgs
Inherited Members
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 SourceIotHubCertificateArgs()
Declaration
public IotHubCertificateArgs()
Properties
View SourceCertificateContent
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> |
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> |
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> |
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> |