ApplicationGatewaySslCertificate Constructors
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.
Overloads
ApplicationGatewaySslCertificate() |
Initializes a new instance of the ApplicationGatewaySslCertificate class. |
ApplicationGatewaySslCertificate(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the ApplicationGatewaySslCertificate class. |
ApplicationGatewaySslCertificate()
Initializes a new instance of the ApplicationGatewaySslCertificate class.
public ApplicationGatewaySslCertificate ();
Public Sub New ()
Applies to
ApplicationGatewaySslCertificate(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the ApplicationGatewaySslCertificate class.
public ApplicationGatewaySslCertificate (string id = default, string data = default, string password = default, string publicCertData = default, string keyVaultSecretId = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslCertificate : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslCertificate
Public Sub New (Optional id As String = Nothing, Optional data As String = Nothing, Optional password As String = Nothing, Optional publicCertData As String = Nothing, Optional keyVaultSecretId As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- data
- String
Base-64 encoded pfx certificate. Only applicable in PUT Request.
- password
- String
Password for the pfx file specified in data. Only applicable in PUT request.
- publicCertData
- String
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
- keyVaultSecretId
- String
Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
- provisioningState
- String
The provisioning state of the SSL certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the SSL certificate that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.