Class DeployerVmPackages

java.lang.Object
com.azure.resourcemanager.workloads.models.DeployerVmPackages

public final class DeployerVmPackages extends Object
Defines the url and storage account ID where deployer VM packages are uploaded.
  • Constructor Details

    • DeployerVmPackages

      public DeployerVmPackages()
  • Method Details

    • url

      public String url()
      Get the url property: The URL to the deployer VM packages file.
      Returns:
      the url value.
    • withUrl

      public DeployerVmPackages withUrl(String url)
      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

      public String storageAccountId()
      Get the storageAccountId property: The deployer VM packages storage account id.
      Returns:
      the storageAccountId value.
    • withStorageAccountId

      public DeployerVmPackages withStorageAccountId(String storageAccountId)
      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.