UpdateAzAppConfigurationStore_UpdateViaIdentityExpanded.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.
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.CompleterInfo(Description="Gets the list of type of managed identities available for creating/updating app configuration store.", Name="Managed Identity Type Completer", Script="'None', 'SystemAssigned', 'UserAssigned', 'SystemAssignedAndUserAssigned'")]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="type")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType))]
[System.Management.Automation.Parameter(HelpMessage="The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Category(new Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.CompleterInfo(Description="Gets the list of type of managed identities available for creating/updating app configuration store.", Name="Managed Identity Type Completer", Script="'None', 'SystemAssigned', 'UserAssigned', 'SystemAssignedAndUserAssigned'")>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="type")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType))>]
[<System.Management.Automation.Parameter(HelpMessage="The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.", Mandatory=false)>]
member this.IdentityType : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Support.IdentityType with get, set
Public Property IdentityType As IdentityType
Property Value
- Attributes