public class ApplicationGatewayTrustedRootCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayTrustedRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
data()
Get certificate public data.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
keyVaultSecretId()
Get secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
|
String |
name()
Get name of the trusted root certificate that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the trusted root certificate resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayTrustedRootCertificate |
withData(String data)
Set certificate public data.
|
ApplicationGatewayTrustedRootCertificate |
withKeyVaultSecretId(String keyVaultSecretId)
Set secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
|
ApplicationGatewayTrustedRootCertificate |
withName(String name)
Set name of the trusted root certificate that is unique within an Application Gateway.
|
public ApplicationGatewayTrustedRootCertificate()
public String data()
public ApplicationGatewayTrustedRootCertificate withData(String data)
data - the data value to setpublic String keyVaultSecretId()
public ApplicationGatewayTrustedRootCertificate withKeyVaultSecretId(String keyVaultSecretId)
keyVaultSecretId - the keyVaultSecretId value to setpublic ProvisioningState provisioningState()
public String name()
public ApplicationGatewayTrustedRootCertificate withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/