共用方式為


IApiCollection.BaseUrl Property

Definition

The base URI for this API collection. All endpoints of this API collection extend this base URI.

[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=false, Description="The base URI for this API collection. All endpoints of this API collection extend this base URI.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="baseUrl", Update=false)]
public string BaseUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=false, Description="The base URI for this API collection. All endpoints of this API collection extend this base URI.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="baseUrl", Update=false)>]
member this.BaseUrl : string
Public ReadOnly Property BaseUrl As String

Property Value

Attributes

Applies to