public class P2SVpnServerConfigRadiusClientRootCertificate
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
P2SVpnServerConfigRadiusClientRootCertificate() |
| 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 Radius client root certificate resource.
|
String |
thumbprint()
Get the Radius client root certificate thumbprint.
|
P2SVpnServerConfigRadiusClientRootCertificate |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
P2SVpnServerConfigRadiusClientRootCertificate |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
P2SVpnServerConfigRadiusClientRootCertificate |
withThumbprint(String thumbprint)
Set the Radius client root certificate thumbprint.
|
public P2SVpnServerConfigRadiusClientRootCertificate()
public String thumbprint()
public P2SVpnServerConfigRadiusClientRootCertificate withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic String provisioningState()
public String name()
public P2SVpnServerConfigRadiusClientRootCertificate withName(String name)
name - the name value to setpublic String etag()
public P2SVpnServerConfigRadiusClientRootCertificate 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.
*/