Share via


IApiDefinitionInfo.Url Property

Definition

The URL of the API definition.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The URL of the API definition.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="url")]
public string Url { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The URL of the API definition.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="url")>]
member this.Url : string with get, set
Public Property Url As String

Property Value

Attributes

Applies to