ICustomRpResourceTypeRouteDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpResourceTypeRouteDefinitionTypeConverter))]
public interface ICustomRpResourceTypeRouteDefinition : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpRouteDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpResourceTypeRouteDefinitionTypeConverter))>]
type ICustomRpResourceTypeRouteDefinition = interface
    interface IJsonSerializable
    interface ICustomRpRouteDefinition
Public Interface ICustomRpResourceTypeRouteDefinition
Implements ICustomRpRouteDefinition
Derived
Attributes
Implements

Properties

Endpoint

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}')

(Inherited from ICustomRpRouteDefinition)
Name

The name of the route definition. This becomes the name for the ARM extension (e.g. '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}/{name}')

(Inherited from ICustomRpRouteDefinition)
RoutingType

The routing types that are supported for resource requests.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to