Uses of Class
com.microsoft.azure.keyvault.models.SasDefinitionBundle
-
Packages that use SasDefinitionBundle 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 SasDefinitionBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return SasDefinitionBundle Modifier and Type Method Description SasDefinitionBundle
KeyVaultClientBase. getSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.SasDefinitionBundle
KeyVaultClientBase. recoverDeletedSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.SasDefinitionBundle
KeyVaultClientBase. 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.SasDefinitionBundle
KeyVaultClientBase. 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.SasDefinitionBundle
KeyVaultClientBase. updateSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Updates the specified attributes associated with the given SAS definition.SasDefinitionBundle
KeyVaultClientBase. 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.Methods in com.microsoft.azure.keyvault that return types with arguments of type SasDefinitionBundle Modifier and Type Method Description rx.Observable<SasDefinitionBundle>
KeyVaultClientBase. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Gets information about a SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>
KeyVaultClientBase. getSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>
KeyVaultClientBase. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Recovers the deleted SAS definition.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>
KeyVaultClientBase. recoverDeletedSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.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.rx.Observable<SasDefinitionBundle>
KeyVaultClientBase. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Updates the specified attributes associated with the given SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
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)
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.Method parameters in com.microsoft.azure.keyvault with type arguments of type SasDefinitionBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Gets information about a SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Recovers the deleted SAS definition.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.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBase. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
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. -
Uses of SasDefinitionBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return SasDefinitionBundle Modifier and Type Method Description SasDefinitionBundle
KeyVaultClientBaseImpl. getSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.SasDefinitionBundle
KeyVaultClientBaseImpl. recoverDeletedSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.SasDefinitionBundle
KeyVaultClientBaseImpl. 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.SasDefinitionBundle
KeyVaultClientBaseImpl. 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.SasDefinitionBundle
KeyVaultClientBaseImpl. updateSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Updates the specified attributes associated with the given SAS definition.SasDefinitionBundle
KeyVaultClientBaseImpl. 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.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type SasDefinitionBundle Modifier and Type Method Description rx.Observable<SasDefinitionBundle>
KeyVaultClientBaseImpl. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Gets information about a SAS definition for the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>
KeyVaultClientBaseImpl. getSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets information about a SAS definition for the specified storage account.rx.Observable<SasDefinitionBundle>
KeyVaultClientBaseImpl. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Recovers the deleted SAS definition.rx.Observable<com.microsoft.rest.ServiceResponse<SasDefinitionBundle>>
KeyVaultClientBaseImpl. recoverDeletedSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Recovers the deleted SAS definition.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.rx.Observable<SasDefinitionBundle>
KeyVaultClientBaseImpl. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Updates the specified attributes associated with the given SAS definition.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
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)
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.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type SasDefinitionBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. getSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Gets information about a SAS definition for the specified storage account.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. recoverDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
Recovers the deleted SAS definition.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.com.microsoft.rest.ServiceFuture<SasDefinitionBundle>
KeyVaultClientBaseImpl. updateSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<SasDefinitionBundle> serviceCallback)
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. -
Uses of SasDefinitionBundle in com.microsoft.azure.keyvault.models
Subclasses of SasDefinitionBundle in com.microsoft.azure.keyvault.models Modifier and Type Class Description class
DeletedSasDefinitionBundle
A deleted SAS definition bundle consisting of its previous id, attributes and its tags, as well as information on when it will be purged.
-