Class CustomRPActionRouteDefinitionResponse


  • public final class CustomRPActionRouteDefinitionResponse
    extends java.lang.Object
    • Method Detail

      • endpoint

        public java.lang.String endpoint()
        Returns:
        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}')
      • name

        public java.lang.String name()
        Returns:
        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}')
      • routingType

        public java.util.Optional<java.lang.String> routingType()
        Returns:
        The routing types that are supported for action requests.