public class VpnClientRootCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
VpnClientRootCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the VPN client root certificate resource.
|
String |
publicCertData()
Get the certificate public data.
|
VpnClientRootCertificate |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
VpnClientRootCertificate |
withPublicCertData(String publicCertData)
Set the certificate public data.
|
public String publicCertData()
public VpnClientRootCertificate withPublicCertData(String publicCertData)
publicCertData - the publicCertData value to setpublic ProvisioningState provisioningState()
public String name()
public VpnClientRootCertificate withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/