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