public class SasDefinitionUpdateParameters extends Object
| Constructor and Description |
|---|
SasDefinitionUpdateParameters() |
| 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.
|
SasDefinitionUpdateParameters |
withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
Set the sasDefinitionAttributes value.
|
SasDefinitionUpdateParameters |
withSasType(SasTokenType sasType)
Set the sasType value.
|
SasDefinitionUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
SasDefinitionUpdateParameters |
withTemplateUri(String templateUri)
Set the templateUri value.
|
SasDefinitionUpdateParameters |
withValidityPeriod(String validityPeriod)
Set the validityPeriod value.
|
public String templateUri()
public SasDefinitionUpdateParameters withTemplateUri(String templateUri)
templateUri - the templateUri value to setpublic SasTokenType sasType()
public SasDefinitionUpdateParameters withSasType(SasTokenType sasType)
sasType - the sasType value to setpublic String validityPeriod()
public SasDefinitionUpdateParameters withValidityPeriod(String validityPeriod)
validityPeriod - the validityPeriod value to setpublic SasDefinitionAttributes sasDefinitionAttributes()
public SasDefinitionUpdateParameters withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)
sasDefinitionAttributes - the sasDefinitionAttributes value to setpublic SasDefinitionUpdateParameters 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.
*/