Uses of Class
com.microsoft.azure.keyvault.models.SasTokenType
-
Packages that use SasTokenType Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SasTokenType in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type SasTokenType Modifier and Type Method Description SasDefinitionBundleKeyVaultClientBase. setSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.SasDefinitionBundleKeyVaultClientBase. setSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>KeyVaultClientBase. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>KeyVaultClientBase. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBase. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Creates or updates a new SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBase. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Creates or updates a new SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBase. setSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBase. setSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.SasDefinitionBundleKeyVaultClientBase. updateSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition.rx.Observable<SasDefinitionBundle>KeyVaultClientBase. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBase. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Updates the specified attributes associated with the given SAS definition.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBase. updateSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition. -
Uses of SasTokenType in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type SasTokenType Modifier and Type Method Description SasDefinitionBundleKeyVaultClientBaseImpl. setSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.SasDefinitionBundleKeyVaultClientBaseImpl. setSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>KeyVaultClientBaseImpl. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>KeyVaultClientBaseImpl. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBaseImpl. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Creates or updates a new SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBaseImpl. setSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Creates or updates a new SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBaseImpl. setSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod)Creates or updates a new SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBaseImpl. setSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Creates or updates a new SAS definition for the specified storage account.SasDefinitionBundleKeyVaultClientBaseImpl. updateSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition.rx.Observable<SasDefinitionBundle>KeyVaultClientBaseImpl. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>KeyVaultClientBaseImpl. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)Updates the specified attributes associated with the given SAS definition.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>KeyVaultClientBaseImpl. updateSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, String templateUri, SasTokenType sasType, String validityPeriod, SasDefinitionAttributes sasDefinitionAttributes, Map<String,String> tags)Updates the specified attributes associated with the given SAS definition. -
Uses of SasTokenType in com.microsoft.azure.keyvault.models
Fields in com.microsoft.azure.keyvault.models declared as SasTokenType Modifier and Type Field Description static SasTokenTypeSasTokenType. ACCOUNTStatic value account for SasTokenType.static SasTokenTypeSasTokenType. SERVICEStatic value service for SasTokenType.Methods in com.microsoft.azure.keyvault.models that return SasTokenType Modifier and Type Method Description SasTokenTypeSasDefinitionBundle. sasType()Get the sasType value.SasTokenTypeSasDefinitionCreateParameters. sasType()Get the sasType value.SasTokenTypeSasDefinitionUpdateParameters. sasType()Get the sasType value.Methods in com.microsoft.azure.keyvault.models with parameters of type SasTokenType Modifier and Type Method Description SasDefinitionCreateParametersSasDefinitionCreateParameters. withSasType(SasTokenType sasType)Set the sasType value.SasDefinitionUpdateParametersSasDefinitionUpdateParameters. withSasType(SasTokenType sasType)Set the sasType value.
-