java.lang.Object
com.azure.resourcemanager.deploymentmanager.fluent.models.SasProperties

public final class SasProperties extends Object
The properties that define SAS authentication.
  • Constructor Details

    • SasProperties

      public SasProperties()
      Creates an instance of SasProperties class.
  • Method Details

    • sasUri

      public String sasUri()
      Get the sasUri property: The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot.
      Returns:
      the sasUri value.
    • withSasUri

      public SasProperties withSasUri(String sasUri)
      Set the sasUri property: The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot.
      Parameters:
      sasUri - the sasUri value to set.
      Returns:
      the SasProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.