DeploymentExtensionConfigItem Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. DeploymentExtensionConfigItem
- com.
Implements
public final class DeploymentExtensionConfigItem
implements JsonSerializable<DeploymentExtensionConfigItem>
Represents the value for an extension config property.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentExtensionConfigItem() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
|
Key |
keyVaultReference()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Binary |
value()
Get the value property: The value of the extension config property. |
|
Deployment |
withKeyVaultReference(KeyVaultParameterReference keyVaultReference)
Set the key |
|
Deployment |
withValue(BinaryData value)
Set the value property: The value of the extension config property. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentExtensionConfigItem
public DeploymentExtensionConfigItem()
Creates an instance of DeploymentExtensionConfigItem class.
Method Details
fromJson
public static DeploymentExtensionConfigItem fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExtensionConfigItem from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultReference
public KeyVaultParameterReference keyVaultReference()
Get the keyVaultReference property: The Azure Key Vault reference used to retrieve the secret value of the extension config property.
Returns:
toJson
value
public BinaryData value()
Get the value property: The value of the extension config property.
Returns:
withKeyVaultReference
public DeploymentExtensionConfigItem withKeyVaultReference(KeyVaultParameterReference keyVaultReference)
Set the keyVaultReference property: The Azure Key Vault reference used to retrieve the secret value of the extension config property.
Parameters:
Returns:
withValue
public DeploymentExtensionConfigItem withValue(BinaryData value)
Set the value property: The value of the extension config property.
Parameters:
Returns: