| 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.
|
| Modifier and Type | Method and Description |
|---|---|
StorageBundle |
KeyVaultClientBase.getStorageAccount(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
StorageBundle |
KeyVaultClientBase.recoverDeletedStorageAccount(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
StorageBundle |
KeyVaultClientBase.regenerateStorageAccountKey(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
StorageBundle |
KeyVaultClientBase.restoreStorageAccount(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
StorageBundle |
KeyVaultClientBase.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBase.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBase.updateStorageAccount(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
StorageBundle |
KeyVaultClientBase.updateStorageAccount(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<StorageBundle> |
KeyVaultClientBase.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Gets information about a specified storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.getStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Recovers the deleted storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.recoverDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Regenerates the specified key value for the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.regenerateStorageAccountKeyWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Restores a backed up storage account to a vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.restoreStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Gets information about a specified storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Recovers the deleted storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Regenerates the specified key value for the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Restores a backed up storage account to a vault.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageBundle |
KeyVaultClientBaseImpl.getStorageAccount(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.recoverDeletedStorageAccount(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.regenerateStorageAccountKey(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.restoreStorageAccount(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
StorageBundle |
KeyVaultClientBaseImpl.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.updateStorageAccount(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.updateStorageAccount(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Gets information about a specified storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.getStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Gets information about a specified storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Recovers the deleted storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.recoverDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Recovers the deleted storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Regenerates the specified key value for the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.regenerateStorageAccountKeyWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String keyName)
Regenerates the specified key value for the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Restores a backed up storage account to a vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.restoreStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
byte[] storageBundleBackup)
Restores a backed up storage account to a vault.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.getStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Gets information about a specified storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.recoverDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Recovers the deleted storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.regenerateStorageAccountKeyAsync(String vaultBaseUrl,
String storageAccountName,
String keyName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Regenerates the specified key value for the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.restoreStorageAccountAsync(String vaultBaseUrl,
byte[] storageBundleBackup,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Restores a backed up storage account to a vault.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedStorageBundle
A deleted storage account bundle consisting of its previous id, attributes
and its tags, as well as information on when it will be purged.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/