ISiteConfig.ApiDefinitionUrl Property

Definition

The URL of the API definition.

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

Property Value

Attributes

Applies to