SasProperties Class

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

public final class SasProperties

The properties that define SAS authentication.

Constructor Summary

Constructor Description
SasProperties()

Creates an instance of SasProperties class.

Method Summary

Modifier and Type Method and Description
String sasUri()

Get the sasUri property: The SAS URI to the Azure Storage blob container.

void validate()

Validates the instance.

SasProperties withSasUri(String sasUri)

Set the sasUri property: The SAS URI to the Azure Storage blob container.

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:

the sasUri value.

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:

sasUri - the sasUri value to set.

Returns:

the SasProperties object itself.

Applies to