Uses of Class
com.microsoft.azure.keyvault.models.DeletedSasDefinitionBundle
-
Packages that use DeletedSasDefinitionBundle 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 DeletedSasDefinitionBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return DeletedSasDefinitionBundle Modifier and Type Method Description DeletedSasDefinitionBundle
KeyVaultClientBase. deleteSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.DeletedSasDefinitionBundle
KeyVaultClientBase. getDeletedSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.Methods in com.microsoft.azure.keyvault that return types with arguments of type DeletedSasDefinitionBundle Modifier and Type Method Description rx.Observable<DeletedSasDefinitionBundle>
KeyVaultClientBase. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBase. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Deletes a SAS definition from a specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedSasDefinitionBundle>>
KeyVaultClientBase. deleteSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.rx.Observable<DeletedSasDefinitionBundle>
KeyVaultClientBase. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBase. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Gets the specified deleted sas definition.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedSasDefinitionBundle>>
KeyVaultClientBase. getDeletedSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.Method parameters in com.microsoft.azure.keyvault with type arguments of type DeletedSasDefinitionBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBase. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Deletes a SAS definition from a specified storage account.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBase. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Gets the specified deleted sas definition. -
Uses of DeletedSasDefinitionBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return DeletedSasDefinitionBundle Modifier and Type Method Description DeletedSasDefinitionBundle
KeyVaultClientBaseImpl. deleteSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.DeletedSasDefinitionBundle
KeyVaultClientBaseImpl. getDeletedSasDefinition(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type DeletedSasDefinitionBundle Modifier and Type Method Description rx.Observable<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Deletes a SAS definition from a specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedSasDefinitionBundle>>
KeyVaultClientBaseImpl. deleteSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Deletes a SAS definition from a specified storage account.rx.Observable<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Gets the specified deleted sas definition.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedSasDefinitionBundle>>
KeyVaultClientBaseImpl. getDeletedSasDefinitionWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName)
Gets the specified deleted sas definition.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type DeletedSasDefinitionBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. deleteSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Deletes a SAS definition from a specified storage account.com.microsoft.rest.ServiceFuture<DeletedSasDefinitionBundle>
KeyVaultClientBaseImpl. getDeletedSasDefinitionAsync(String vaultBaseUrl, String storageAccountName, String sasDefinitionName, com.microsoft.rest.ServiceCallback<DeletedSasDefinitionBundle> serviceCallback)
Gets the specified deleted sas definition. -
Uses of DeletedSasDefinitionBundle in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return DeletedSasDefinitionBundle Modifier and Type Method Description DeletedSasDefinitionBundle
DeletedSasDefinitionBundle. withRecoveryId(String recoveryId)
Set the recoveryId value.
-