IDeletedBackupInstanceResource.IdentityDetail Property

Definition

Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Contains information of the Identity Details for the BI.\r\n        If it is null, default will be considered as System Assigned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IIdentityDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityDetails", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IIdentityDetails IdentityDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Contains information of the Identity Details for the BI.\r\n        If it is null, default will be considered as System Assigned.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IIdentityDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityDetails", Update=true)>]
member this.IdentityDetail : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IIdentityDetails with get, set
Public Property IdentityDetail As IIdentityDetails

Property Value

Attributes

Applies to