@Beta(value=V1_6_0) public interface Secret extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.keyvault.models.SecretBundle>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.Updatable<Secret.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Secret.Definition
Container interface for all the definitions.
|
static interface |
Secret.DefinitionStages
Grouping of secret definition stages.
|
static interface |
Secret.Update
The template for a secret update operation, containing all the settings that can be modified.
|
static interface |
Secret.UpdateStages
Grouping of secret update stages.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.keyvault.models.SecretAttributes |
attributes() |
String |
contentType() |
String |
kid() |
com.microsoft.azure.PagedList<Secret> |
listVersions() |
rx.Observable<Secret> |
listVersionsAsync() |
boolean |
managed() |
Map<String,String> |
tags() |
String |
value() |
keyinneridString value()
com.microsoft.azure.keyvault.models.SecretAttributes attributes()
Map<String,String> tags()
String contentType()
String kid()
boolean managed()
com.microsoft.azure.PagedList<Secret> listVersions()
rx.Observable<Secret> listVersionsAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/