DeploymentExternalInput Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. DeploymentExternalInput
- com.
Implements
public final class DeploymentExternalInput
implements JsonSerializable<DeploymentExternalInput>
Deployment external input for parameterization.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentExternalInput() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Binary |
value()
Get the value property: External input value. |
|
Deployment |
withValue(BinaryData value)
Set the value property: External input value. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentExternalInput
public DeploymentExternalInput()
Creates an instance of DeploymentExternalInput class.
Method Details
fromJson
public static DeploymentExternalInput fromJson(JsonReader jsonReader)
Reads an instance of DeploymentExternalInput from the JsonReader.
Parameters:
Returns:
Throws:
toJson
value
public BinaryData value()
Get the value property: External input value.
Returns:
withValue
public DeploymentExternalInput withValue(BinaryData value)
Set the value property: External input value.
Parameters:
Returns: