ApplicationGatewaySslProfile Class

Definition

SSL profile of an application gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslProfile : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslProfile = class
    inherit SubResource
Public Class ApplicationGatewaySslProfile
Inherits SubResource
Inheritance
ApplicationGatewaySslProfile
Attributes

Constructors

ApplicationGatewaySslProfile()

Initializes a new instance of the ApplicationGatewaySslProfile class.

ApplicationGatewaySslProfile(String, IList<SubResource>, ApplicationGatewaySslPolicy, ApplicationGatewayClientAuthConfiguration, String, String, String, String)

Initializes a new instance of the ApplicationGatewaySslProfile class.

Properties

ClientAuthConfiguration

Gets or sets client authentication configuration of the application gateway resource.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets name of the SSL profile that is unique within an Application Gateway.

ProvisioningState

Gets the provisioning state of the HTTP listener resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

SslPolicy

Gets or sets SSL policy of the application gateway resource.

TrustedClientCertificates

Gets or sets array of references to application gateway trusted client certificates.

Type

Gets type of the resource.

Applies to