@Beta(value=V1_6_0) public interface Secrets extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<Secret.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<Secret>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<Secret>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<Secret>
| Modifier and Type | Method and Description |
|---|---|
Secret |
getByNameAndVersion(String name,
String version)
Gets a Key Vault secret.
|
rx.Observable<Secret> |
getByNameAndVersionAsync(String name,
String version)
Gets a Key Vault secret.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsyncgetByNameAsync/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/