ICustomRpActionRouteDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpActionRouteDefinitionTypeConverter))]
public interface ICustomRpActionRouteDefinition : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpRouteDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.CustomRpActionRouteDefinitionTypeConverter))>]
type ICustomRpActionRouteDefinition = interface
    interface IJsonSerializable
    interface ICustomRpRouteDefinition
Public Interface ICustomRpActionRouteDefinition
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 action requests.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to