IUser.ScmUri 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.
Url of SCM site.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Url of SCM site.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scmUri")]
public string ScmUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Url of SCM site.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scmUri")>]
member this.ScmUri : string with get, set
Public Property ScmUri As String
Property Value
- Attributes