ApplicationGatewaySslProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SSL profile of an application gateway.
public class ApplicationGatewaySslProfile : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslProfile>
public class ApplicationGatewaySslProfile : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewaySslProfile = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewaySslProfile>
interface IPersistableModel<ApplicationGatewaySslProfile>
type ApplicationGatewaySslProfile = class
inherit NetworkResourceData
Public Class ApplicationGatewaySslProfile
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewaySslProfile), IPersistableModel(Of ApplicationGatewaySslProfile)
Public Class ApplicationGatewaySslProfile
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
ApplicationGatewaySslProfile() |
Initializes a new instance of ApplicationGatewaySslProfile. |
Properties
ClientAuthConfiguration |
Client authentication configuration of the application gateway resource. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the HTTP listener resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
SslPolicy |
SSL policy of the application gateway resource. |
TrustedClientCertificates |
Array of references to application gateway trusted client certificates. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET