Share via


ISiteContainerProperties.AuthType Property

Definition

Auth Type

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Auth Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthType? AuthType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Auth Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthType) }, ReadOnly=false, Required=false, SerializedName="authType")>]
member this.AuthType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AuthType> with get, set
Public Property AuthType As Nullable(Of AuthType)

Property Value

Attributes

Applies to