Class DiskEncryptionSetIdentityArgs
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.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DiskEncryptionSetIdentityArgs : ResourceArgs
Constructors
View SourceDiskEncryptionSetIdentityArgs()
Declaration
public DiskEncryptionSetIdentityArgs()
Properties
View SourcePrincipalId
The (Client) ID of the Service Principal.
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The ID of the Tenant the Service Principal is assigned in.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The Type of Identity which should be used for this Disk Encryption Set. At this time the only possible value is SystemAssigned.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |