Class ApplicationGatewayTrustedRootCertificate
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayTrustedRootCertificate
public class ApplicationGatewayTrustedRootCertificate
extends com.microsoft.azure.SubResource
Trusted Root certificates of an application gateway.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondata()
Get certificate public data.etag()
Get a unique read-only string that changes whenever the resource is updated.Get secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.name()
Get name of the trusted root certificate that is unique within an Application Gateway.Get the provisioning state of the trusted root certificate resource.type()
Get type of the resource.Set certificate public data.withKeyVaultSecretId
(String keyVaultSecretId) Set secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.Set name of the trusted root certificate that is unique within an Application Gateway.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
ApplicationGatewayTrustedRootCertificate
public ApplicationGatewayTrustedRootCertificate()
-
-
Method Details
-
data
Get certificate public data.- Returns:
- the data value
-
withData
Set certificate public data.- Parameters:
data
- the data value to set- Returns:
- the ApplicationGatewayTrustedRootCertificate object itself.
-
keyVaultSecretId
Get secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.- Returns:
- the keyVaultSecretId value
-
withKeyVaultSecretId
Set secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.- Parameters:
keyVaultSecretId
- the keyVaultSecretId value to set- Returns:
- the ApplicationGatewayTrustedRootCertificate object itself.
-
provisioningState
Get the provisioning state of the trusted root certificate resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get name of the trusted root certificate that is unique within an Application Gateway.- Returns:
- the name value
-
withName
Set name of the trusted root certificate that is unique within an Application Gateway.- Parameters:
name
- the name value to set- Returns:
- the ApplicationGatewayTrustedRootCertificate object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-
type
Get type of the resource.- Returns:
- the type value
-