SetAzUserAssignedIdentity_Update.Parameter 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.Runtime.Info(Description="Describes an identity resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) }, ReadOnly=false, Required=true, SerializedName="parameters")]
[System.Management.Automation.Parameter(HelpMessage="Describes an identity resource.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity Parameter { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Describes an identity resource.", Mandatory=true, ValueFromPipeline=true)]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Describes an identity resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) }, ReadOnly=false, Required=true, SerializedName="parameters")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated Parameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Describes an identity resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity) }, ReadOnly=false, Required=true, SerializedName="parameters")>]
[<System.Management.Automation.Parameter(HelpMessage="Describes an identity resource.", Mandatory=true, ValueFromPipeline=true)>]
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentity with get, set
[<System.Management.Automation.Parameter(HelpMessage="Describes an identity resource.", Mandatory=true, ValueFromPipeline=true)>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Describes an identity resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated) }, ReadOnly=false, Required=true, SerializedName="parameters")>]
member this.Parameter : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20181130.IIdentityAutoGenerated with get, set
Public Property Parameter As IIdentity
Public Property Parameter As IIdentityAutoGenerated
Property Value
- Attributes