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