public class ApplicationGatewayTrustedRootCertificate
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayTrustedRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
data()
Get the data property: Certificate public data.
|
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 trusted root certificate that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the trusted root certificate resource.
|
String |
type()
Get the type property: Type of the resource.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayTrustedRootCertificate |
withData(String data)
Set the data property: Certificate public data.
|
ApplicationGatewayTrustedRootCertificate |
withId(String id) |
ApplicationGatewayTrustedRootCertificate |
withKeyVaultSecretId(String keyVaultSecretId)
Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate'
object stored in KeyVault.
|
ApplicationGatewayTrustedRootCertificate |
withName(String name)
Set the name property: Name of the trusted root certificate that is unique within an Application Gateway.
|
public ApplicationGatewayTrustedRootCertificate()
public String name()
public ApplicationGatewayTrustedRootCertificate withName(String name)
name - the name value to set.public String etag()
public String type()
public String data()
public ApplicationGatewayTrustedRootCertificate withData(String data)
data - the data value to set.public String keyVaultSecretId()
public ApplicationGatewayTrustedRootCertificate withKeyVaultSecretId(String keyVaultSecretId)
keyVaultSecretId - the keyVaultSecretId value to set.public ProvisioningState provisioningState()
public ApplicationGatewayTrustedRootCertificate withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.