你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteConfigResource.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