public class P2SVpnServerConfigRadiusServerRootCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
P2SVpnServerConfigRadiusServerRootCertificate() |
| 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.
|
String |
provisioningState()
Get the provisioning state of the P2SVpnServerConfiguration Radius Server root certificate resource.
|
String |
publicCertData()
Get the certificate public data.
|
P2SVpnServerConfigRadiusServerRootCertificate |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
P2SVpnServerConfigRadiusServerRootCertificate |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
P2SVpnServerConfigRadiusServerRootCertificate |
withPublicCertData(String publicCertData)
Set the certificate public data.
|
public P2SVpnServerConfigRadiusServerRootCertificate()
public String publicCertData()
public P2SVpnServerConfigRadiusServerRootCertificate withPublicCertData(String publicCertData)
publicCertData - the publicCertData value to setpublic String provisioningState()
public String name()
public P2SVpnServerConfigRadiusServerRootCertificate withName(String name)
name - the name value to setpublic String etag()
public P2SVpnServerConfigRadiusServerRootCertificate withEtag(String etag)
etag - the etag value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/