public class ApplicationGatewaySslCertificateInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewaySslCertificateInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
data()
Get the data property: Base-64 encoded pfx certificate.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
keyVaultSecretId()
Get the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate'
object stored in KeyVault.
|
String |
name()
Get the name property: Name of the SSL certificate that is unique within an Application Gateway.
|
String |
password()
Get the password property: Password for the pfx file specified in data.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the SSL certificate resource.
|
String |
publicCertData()
Get the publicCertData property: Base-64 encoded Public cert data corresponding to pfx specified in data.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewaySslCertificateInner |
withData(String data)
Set the data property: Base-64 encoded pfx certificate.
|
ApplicationGatewaySslCertificateInner |
withKeyVaultSecretId(String keyVaultSecretId)
Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate'
object stored in KeyVault.
|
ApplicationGatewaySslCertificateInner |
withName(String name)
Set the name property: Name of the SSL certificate that is unique within an Application Gateway.
|
ApplicationGatewaySslCertificateInner |
withPassword(String password)
Set the password property: Password for the pfx file specified in data.
|
public ApplicationGatewaySslCertificateInner()
public String name()
public ApplicationGatewaySslCertificateInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String data()
public ApplicationGatewaySslCertificateInner withData(String data)
data - the data value to set.public String password()
public ApplicationGatewaySslCertificateInner withPassword(String password)
password - the password value to set.public String publicCertData()
public String keyVaultSecretId()
public ApplicationGatewaySslCertificateInner withKeyVaultSecretId(String keyVaultSecretId)
keyVaultSecretId - the keyVaultSecretId value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.