AppServiceCertificateResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. appservice. fluent. models. AppServiceCertificateResourceInner
- com.
- com.
- com.
public final class AppServiceCertificateResourceInner
extends Resource
Key Vault container ARM resource for a certificate that is purchased through Azure.
Constructor Summary
Constructor | Description |
---|---|
AppServiceCertificateResourceInner() |
Creates an instance of App |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
keyVaultId()
Get the key |
String |
keyVaultSecretName()
Get the key |
String |
kind()
Get the kind property: Kind of resource. |
String |
name()
Get the name property: The name of the resource. |
Key |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
App |
withKeyVaultId(String keyVaultId)
Set the key |
App |
withKeyVaultSecretName(String keyVaultSecretName)
Set the key |
App |
withKind(String kind)
Set the kind property: Kind of resource. |
App |
withLocation(String location) |
App |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
AppServiceCertificateResourceInner
public AppServiceCertificateResourceInner()
Creates an instance of AppServiceCertificateResourceInner class.
Method Details
fromJson
public static AppServiceCertificateResourceInner fromJson(JsonReader jsonReader)
Reads an instance of AppServiceCertificateResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AppServiceCertificateResourceInner.id()Returns:
keyVaultId
public String keyVaultId()
Get the keyVaultId property: Key Vault resource Id.
Returns:
keyVaultSecretName
public String keyVaultSecretName()
Get the keyVaultSecretName property: Key Vault secret name.
Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AppServiceCertificateResourceInner.name()Returns:
provisioningState
public KeyVaultSecretStatus provisioningState()
Get the provisioningState property: Status of the Key Vault secret.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AppServiceCertificateResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AppServiceCertificateResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withKeyVaultId
public AppServiceCertificateResourceInner withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault resource Id.
Parameters:
Returns:
withKeyVaultSecretName
public AppServiceCertificateResourceInner withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
Parameters:
Returns:
withKind
public AppServiceCertificateResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Parameters:
Returns:
withLocation
public AppServiceCertificateResourceInner withLocation(String location)
Overrides:
AppServiceCertificateResourceInner.withLocation(String location)Parameters:
withTags
public AppServiceCertificateResourceInner withTags(Map
Overrides:
AppServiceCertificateResourceInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java