public interface com.microsoft.azure.management.keyvault.Secrets extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.keyvault.Secret$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.keyvault.Secret>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<com.microsoft.azure.management.keyvault.Secret>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.keyvault.Secret>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.microsoft.azure.management.keyvault.Secrets
super_class: java.lang.Object
{
public abstract com.microsoft.azure.management.keyvault.Secret getByNameAndVersion(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Secret;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
version
public abstract rx.Observable<com.microsoft.azure.management.keyvault.Secret> getByNameAndVersionAsync(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Secret;>;
MethodParameters:
Name Flags
name
version
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/keyvault/Secret$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/keyvault/Secret;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByNameAsync<Lcom/microsoft/azure/management/keyvault/Secret;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/keyvault/Secret;>;
SourceFile: "Secrets.java"
InnerClasses:
public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
public abstract DefinitionStages = com.microsoft.azure.management.keyvault.Secret$DefinitionStages of com.microsoft.azure.management.keyvault.Secret
public abstract Blank = com.microsoft.azure.management.keyvault.Secret$DefinitionStages$Blank of com.microsoft.azure.management.keyvault.Secret$DefinitionStages
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_6_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.Fluent.KeyVault")