KeyInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. KeyInner
- com.
- com.
public final class KeyInner
extends ProxyResource
A workspace key.
Constructor Summary
| Constructor | Description |
|---|---|
| KeyInner() |
Creates an instance of Key |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Key |
fromJson(JsonReader jsonReader)
Reads an instance of Key |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isActiveCmk()
Get the is |
| String |
keyVaultUrl()
Get the key |
| String |
name()
Get the name property: The name of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Key |
withIsActiveCmk(Boolean isActiveCmk)
Set the is |
|
Key |
withKeyVaultUrl(String keyVaultUrl)
Set the key |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
KeyInner
public KeyInner()
Creates an instance of KeyInner class.
Method Details
fromJson
public static KeyInner fromJson(JsonReader jsonReader)
Reads an instance of KeyInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
KeyInner.id()Returns:
isActiveCmk
public Boolean isActiveCmk()
Get the isActiveCmk property: Used to activate the workspace after a customer managed key is provided.
Returns:
keyVaultUrl
public String keyVaultUrl()
Get the keyVaultUrl property: The Key Vault Url of the workspace key.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
KeyInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
KeyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
KeyInner.type()Returns:
validate
public void validate()
Validates the instance.
withIsActiveCmk
public KeyInner withIsActiveCmk(Boolean isActiveCmk)
Set the isActiveCmk property: Used to activate the workspace after a customer managed key is provided.
Parameters:
Returns:
withKeyVaultUrl
public KeyInner withKeyVaultUrl(String keyVaultUrl)
Set the keyVaultUrl property: The Key Vault Url of the workspace key.
Parameters:
Returns: