public class SasDefinitionBundle extends Object
| Constructor and Description |
|---|
SasDefinitionBundle() |
| Modifier and Type | Method and Description |
|---|---|
SasDefinitionAttributes |
attributes()
Get the attributes value.
|
String |
id()
Get the id value.
|
SasTokenType |
sasType()
Get the sasType value.
|
String |
secretId()
Get the secretId value.
|
Map<String,String> |
tags()
Get the tags value.
|
String |
templateUri()
Get the templateUri value.
|
String |
validityPeriod()
Get the validityPeriod value.
|
public String id()
public String secretId()
public String templateUri()
public SasTokenType sasType()
public String validityPeriod()
public SasDefinitionAttributes attributes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/