class Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayPathRule
Path rule of URL path map of an application gateway.
Attributes
@return [SubResource] Backend address pool resource of URL path map path rule.
@return [SubResource] Backend http settings resource of URL path map path rule.
@return [String] A unique read-only string that changes whenever the resource is updated.
@return [String] Name of the path rule that is unique within an Application Gateway.
@return [Array<String>] Path rules of URL path map.
@return [String] Path rule of URL path map resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
@return [SubResource] Redirect configuration resource of URL path map path rule.
@return [String] Type of the resource.
Public Class Methods
Mapper for ApplicationGatewayPathRule
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01/generated/azure_mgmt_network/models/application_gateway_path_rule.rb, line 50 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayPathRule', type: { name: 'Composite', class_name: 'ApplicationGatewayPathRule', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, paths: { client_side_validation: true, required: false, serialized_name: 'properties.paths', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, backend_address_pool: { client_side_validation: true, required: false, serialized_name: 'properties.backendAddressPool', type: { name: 'Composite', class_name: 'SubResource' } }, backend_http_settings: { client_side_validation: true, required: false, serialized_name: 'properties.backendHttpSettings', type: { name: 'Composite', class_name: 'SubResource' } }, redirect_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.redirectConfiguration', type: { name: 'Composite', class_name: 'SubResource' } }, 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