Uses of Class
com.microsoft.azure.keyvault.models.SasDefinitionUpdateParameters
-
Packages that use SasDefinitionUpdateParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SasDefinitionUpdateParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return SasDefinitionUpdateParameters Modifier and Type Method Description SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withSasDefinitionAttributes(SasDefinitionAttributes sasDefinitionAttributes)Set the sasDefinitionAttributes value.SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withSasType(SasTokenType sasType)Set the sasType value.SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withTags(Map<String,String> tags)Set the tags value.SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withTemplateUri(String templateUri)Set the templateUri value.SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withValidityPeriod(String validityPeriod)Set the validityPeriod value.
-