Compartir a través de


ICustomRpRouteDefinition.Endpoint Property

Definition

The route definition endpoint URI that the custom resource provider will proxy requests to. This can be in the form of a flat URI (e.g. 'https://testendpoint/') or can specify to route via a path (e.g. 'https://testendpoint/{requestPath}')

[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The route definition endpoint URI that the custom resource provider will proxy requests to. This can be in the form of a flat URI (e.g. 'https://testendpoint/') or can specify to route via a path (e.g. 'https://testendpoint/{requestPath}')", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="endpoint")]
public string Endpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The route definition endpoint URI that the custom resource provider will proxy requests to. This can be in the form of a flat URI (e.g. 'https://testendpoint/') or can specify to route via a path (e.g. 'https://testendpoint/{requestPath}')", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="endpoint")>]
member this.Endpoint : string with get, set
Public Property Endpoint As String

Property Value

Attributes

Applies to