Share via


ISiteConfig.ScmType Property

Definition

SCM type.

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

Property Value

Attributes

Applies to