public class SasDefinitionCreateParameters extends Object
| Constructor and Description |
|---|
SasDefinitionCreateParameters() |
| Modifier and Type | Method and Description |
|---|---|
SasDefinitionAttributes |
sasDefinitionAttributes()
Get the sasDefinitionAttributes value.
|
SasTokenType |
sasType()
Get the sasType value.
|
Map<String,String> |
tags()
Get the tags value.
|
String |
templateUri()
Get the templateUri value.
|
String |
validityPeriod()
Get the validityPeriod value.
|
SasDefinitionCreateParameters |
withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
Set the sasDefinitionAttributes value.
|
SasDefinitionCreateParameters |
withSasType(SasTokenType sasType)
Set the sasType value.
|
SasDefinitionCreateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
SasDefinitionCreateParameters |
withTemplateUri(String templateUri)
Set the templateUri value.
|
SasDefinitionCreateParameters |
withValidityPeriod(String validityPeriod)
Set the validityPeriod value.
|
public String templateUri()
public SasDefinitionCreateParameters withTemplateUri(String templateUri)
templateUri - the templateUri value to setpublic SasTokenType sasType()
public SasDefinitionCreateParameters withSasType(SasTokenType sasType)
sasType - the sasType value to setpublic String validityPeriod()
public SasDefinitionCreateParameters withValidityPeriod(String validityPeriod)
validityPeriod - the validityPeriod value to setpublic SasDefinitionAttributes sasDefinitionAttributes()
public SasDefinitionCreateParameters withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
sasDefinitionAttributes - the sasDefinitionAttributes value to setpublic SasDefinitionCreateParameters withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/