Share via


IFluidRelayServerProperties.KeyEncryptionKeyIdentityType Property

Definition

Values can be SystemAssigned or UserAssigned

[Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="Values can be SystemAssigned or UserAssigned", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.CmkIdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")]
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.CmkIdentityType? KeyEncryptionKeyIdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="Values can be SystemAssigned or UserAssigned", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.CmkIdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")>]
member this.KeyEncryptionKeyIdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Support.CmkIdentityType> with get, set
Public Property KeyEncryptionKeyIdentityType As Nullable(Of CmkIdentityType)

Property Value

Attributes

Applies to