DeploymentExtensionDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentExtensionDefinition
- com.
Implements
public final class DeploymentExtensionDefinition
implements JsonSerializable<DeploymentExtensionDefinition>
The DeploymentExtensionDefinition model.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentExtensionDefinition() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
alias()
Get the alias property: The alias of the extension as defined in the deployment template. |
|
Map<String,Deployment |
config()
Get the config property: The extension configuration. |
| String |
configId()
Get the config |
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
| String |
name()
Get the name property: The extension name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The extension version. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentExtensionDefinition
public DeploymentExtensionDefinition()
Creates an instance of DeploymentExtensionDefinition class.
Method Details
alias
public String alias()
Get the alias property: The alias of the extension as defined in the deployment template.
Returns:
config
public Map<String,DeploymentExtensionConfigItem> config()
Get the config property: The extension configuration.
Returns:
configId
public String configId()
Get the configId property: The extension configuration ID. It uniquely identifies a deployment control plane within an extension.
Returns:
fromJson
public static DeploymentExtensionDefinition fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExtensionDefinition from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The extension name.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The extension version.
Returns: