Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.KeyVaultObjectType
Packages that use KeyVaultObjectType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of KeyVaultObjectType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type KeyVaultObjectType in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classType of key vault object: secret, key or certificate.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as KeyVaultObjectTypeModifier and TypeFieldDescriptionstatic final KeyVaultObjectTypeKeyVaultObjectType.CERTIFICATEStatic value Certificate for KeyVaultObjectType.static final KeyVaultObjectTypeKeyVaultObjectType.KEYStatic value Key for KeyVaultObjectType.static final KeyVaultObjectTypeKeyVaultObjectType.SECRETStatic value Secret for KeyVaultObjectType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return KeyVaultObjectTypeModifier and TypeMethodDescriptionstatic KeyVaultObjectTypeKeyVaultObjectType.fromString(String name) Creates or finds a KeyVaultObjectType from its string representation.SecretReference.type()Get the type property: Type of key vault object: secret, key or certificate.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type KeyVaultObjectTypeModifier and TypeMethodDescriptionstatic Collection<KeyVaultObjectType> KeyVaultObjectType.values()Gets known KeyVaultObjectType values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type KeyVaultObjectTypeModifier and TypeMethodDescriptionSecretReference.withType(KeyVaultObjectType type) Set the type property: Type of key vault object: secret, key or certificate.