CustomCertificateInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. signalr. fluent. models. CustomCertificateInner
- com.
- com.
public final class CustomCertificateInner
extends ProxyResource
A custom certificate.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomCertificateInner() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
keyVaultBaseUri()
Get the key |
| String |
keyVaultSecretName()
Get the key |
| String |
keyVaultSecretVersion()
Get the key |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Custom |
withKeyVaultBaseUri(String keyVaultBaseUri)
Set the key |
|
Custom |
withKeyVaultSecretName(String keyVaultSecretName)
Set the key |
|
Custom |
withKeyVaultSecretVersion(String keyVaultSecretVersion)
Set the key |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CustomCertificateInner
public CustomCertificateInner()
Creates an instance of CustomCertificateInner class.
Method Details
fromJson
public static CustomCertificateInner fromJson(JsonReader jsonReader)
Reads an instance of CustomCertificateInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CustomCertificateInner.id()Returns:
keyVaultBaseUri
public String keyVaultBaseUri()
Get the keyVaultBaseUri property: Base uri of the KeyVault that stores certificate.
Returns:
keyVaultSecretName
public String keyVaultSecretName()
Get the keyVaultSecretName property: Certificate secret name.
Returns:
keyVaultSecretVersion
public String keyVaultSecretVersion()
Get the keyVaultSecretVersion property: Certificate secret version.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CustomCertificateInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomCertificateInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CustomCertificateInner.type()Returns:
validate
public void validate()
Validates the instance.
withKeyVaultBaseUri
public CustomCertificateInner withKeyVaultBaseUri(String keyVaultBaseUri)
Set the keyVaultBaseUri property: Base uri of the KeyVault that stores certificate.
Parameters:
Returns:
withKeyVaultSecretName
public CustomCertificateInner withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Certificate secret name.
Parameters:
Returns:
withKeyVaultSecretVersion
public CustomCertificateInner withKeyVaultSecretVersion(String keyVaultSecretVersion)
Set the keyVaultSecretVersion property: Certificate secret version.
Parameters:
Returns: