SasProperties Class
- java.
lang. Object - com.
azure. resourcemanager. deploymentmanager. fluent. models. SasProperties
- com.
public final class SasProperties
The properties that define SAS authentication.
Constructor Summary
| Constructor | Description |
|---|---|
| SasProperties() |
Creates an instance of Sas |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
sasUri()
Get the sas |
| void |
validate()
Validates the instance. |
|
Sas |
withSasUri(String sasUri)
Set the sas |
Methods inherited from java.lang.Object
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:
validate
public void validate()
Validates the instance.
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:
Returns: