class Azure::Network::Mgmt::V2019_07_01::Models::ApplicationGatewayUrlPathMap
UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
Attributes
@return [SubResource] Default backend address pool resource of URL path map.
@return [SubResource] Default backend http settings resource of URL path map.
@return [SubResource] Default redirect configuration resource of URL path map.
@return [SubResource] Default Rewrite rule set resource of URL path map.
@return [String] A unique read-only string that changes whenever the resource is updated.
@return [String] Name of the URL path map that is unique within an Application Gateway.
@return [Array<ApplicationGatewayPathRule>] Path rule of URL path map resource.
@return [ProvisioningState] The provisioning state of the URL path map resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
@return [String] Type of the resource.
Public Class Methods
Mapper for ApplicationGatewayUrlPathMap
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-07-01/generated/azure_mgmt_network/models/application_gateway_url_path_map.rb, line 57 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayUrlPathMap', type: { name: 'Composite', class_name: 'ApplicationGatewayUrlPathMap', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, default_backend_address_pool: { client_side_validation: true, required: false, serialized_name: 'properties.defaultBackendAddressPool', type: { name: 'Composite', class_name: 'SubResource' } }, default_backend_http_settings: { client_side_validation: true, required: false, serialized_name: 'properties.defaultBackendHttpSettings', type: { name: 'Composite', class_name: 'SubResource' } }, default_rewrite_rule_set: { client_side_validation: true, required: false, serialized_name: 'properties.defaultRewriteRuleSet', type: { name: 'Composite', class_name: 'SubResource' } }, default_redirect_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.defaultRedirectConfiguration', type: { name: 'Composite', class_name: 'SubResource' } }, path_rules: { client_side_validation: true, required: false, serialized_name: 'properties.pathRules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayPathRuleElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayPathRule' } } } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end