Class SasAuthenticationResponse
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.SasAuthenticationResponse
-
public final class SasAuthenticationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SasAuthenticationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SasAuthenticationResponse.Builder
builder()
static SasAuthenticationResponse.Builder
builder(SasAuthenticationResponse defaults)
java.lang.String
sasUri()
java.lang.String
type()
-
-
-
Method Detail
-
sasUri
public java.lang.String sasUri()
- Returns:
- 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.
-
type
public java.lang.String type()
- Returns:
- The authentication type Expected value is 'Sas'.
-
builder
public static SasAuthenticationResponse.Builder builder()
-
builder
public static SasAuthenticationResponse.Builder builder(SasAuthenticationResponse defaults)
-
-