IDppTrackedResource.IdentityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="type")]
public string IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.IdentityType : string with get, set
Public Property IdentityType As String
Property Value
- Attributes