DeploymentListInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. DeploymentListInner
- com.
Implements
public final class DeploymentListInner
implements JsonSerializable<DeploymentListInner>
A list of deployments resource ids.
Constructor Summary
Constructor | Description |
---|---|
DeploymentListInner() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
deployments()
Get the deployments property: A list of deployment resource ids. |
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Deployment |
withDeployments(List<String> deployments)
Set the deployments property: A list of deployment resource ids. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentListInner
public DeploymentListInner()
Creates an instance of DeploymentListInner class.
Method Details
deployments
public List
Get the deployments property: A list of deployment resource ids.
Returns:
fromJson
public static DeploymentListInner fromJson(JsonReader jsonReader)
Reads an instance of DeploymentListInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDeployments
public DeploymentListInner withDeployments(List
Set the deployments property: A list of deployment resource ids.
Parameters:
Returns:
Applies to
Azure SDK for Java