UpdateAzWebAppConfigurationSlot_UpdateExpanded.ManagedServiceIdentityId 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.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Managed Service Identity Id", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="managedServiceIdentityId")]
[System.Management.Automation.Parameter(HelpMessage="Managed Service Identity Id", Mandatory=false)]
public int ManagedServiceIdentityId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Managed Service Identity Id", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="managedServiceIdentityId")>]
[<System.Management.Automation.Parameter(HelpMessage="Managed Service Identity Id", Mandatory=false)>]
member this.ManagedServiceIdentityId : int with get, set
Public Property ManagedServiceIdentityId As Integer
Property Value
- Attributes