class Azure::Network::Mgmt::V2016_03_30::Models::ApplicationGatewayProbe
Probe of application gateway
Attributes
@return [String] A unique read-only string that changes whenever the resource is updated
@return [String] Gets or sets the host to send probe to
@return [Integer] Gets or sets probing interval in seconds
@return [String] Gets name of the resource that is unique within a resource group. This name can be used to access the resource
@return [String] Gets or sets the relative path of probe
@return [ApplicationGatewayProtocol] Gets or sets the protocol. Possible values include: 'Http', 'Https'
@return [String] Gets or sets Provisioning state of the backend http settings resource Updating/Deleting/Failed
@return [Integer] Gets or sets probing timeout in seconds
@return [Integer] Gets or sets probing unhealthy threshold
Public Class Methods
Mapper for ApplicationGatewayProbe class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-03-30/generated/azure_mgmt_network/models/application_gateway_probe.rb, line 50 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayProbe', type: { name: 'Composite', class_name: 'ApplicationGatewayProbe', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, protocol: { client_side_validation: true, required: false, serialized_name: 'properties.protocol', type: { name: 'String' } }, host: { client_side_validation: true, required: false, serialized_name: 'properties.host', type: { name: 'String' } }, path: { client_side_validation: true, required: false, serialized_name: 'properties.path', type: { name: 'String' } }, interval: { client_side_validation: true, required: false, serialized_name: 'properties.interval', type: { name: 'Number' } }, timeout: { client_side_validation: true, required: false, serialized_name: 'properties.timeout', type: { name: 'Number' } }, unhealthy_threshold: { client_side_validation: true, required: false, serialized_name: 'properties.unhealthyThreshold', type: { name: 'Number' } }, 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' } } } } } end