Class DeployerVmPackages
java.lang.Object
com.azure.resourcemanager.workloads.models.DeployerVmPackages
Defines the url and storage account ID where deployer VM packages are uploaded.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the storageAccountId property: The deployer VM packages storage account id.url()
Get the url property: The URL to the deployer VM packages file.void
validate()
Validates the instance.withStorageAccountId
(String storageAccountId) Set the storageAccountId property: The deployer VM packages storage account id.Set the url property: The URL to the deployer VM packages file.
-
Constructor Details
-
DeployerVmPackages
public DeployerVmPackages()
-
-
Method Details
-
url
Get the url property: The URL to the deployer VM packages file.- Returns:
- the url value.
-
withUrl
Set the url property: The URL to the deployer VM packages file.- Parameters:
url
- the url value to set.- Returns:
- the DeployerVmPackages object itself.
-
storageAccountId
Get the storageAccountId property: The deployer VM packages storage account id.- Returns:
- the storageAccountId value.
-
withStorageAccountId
Set the storageAccountId property: The deployer VM packages storage account id.- Parameters:
storageAccountId
- the storageAccountId value to set.- Returns:
- the DeployerVmPackages object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-