Uses of Class
com.azure.resourcemanager.containerregistry.models.SecretObjectType
Packages that use SecretObjectType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SecretObjectType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as SecretObjectTypeModifier and TypeFieldDescriptionstatic final SecretObjectTypeSecretObjectType.OPAQUEStatic value Opaque for SecretObjectType.static final SecretObjectTypeSecretObjectType.VAULTSECRETStatic value Vaultsecret for SecretObjectType.Methods in com.azure.resourcemanager.containerregistry.models that return SecretObjectTypeModifier and TypeMethodDescriptionstatic SecretObjectTypeSecretObjectType.fromString(String name) Creates or finds a SecretObjectType from its string representation.SecretObject.type()Get the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SecretObjectTypeModifier and TypeMethodDescriptionstatic Collection<SecretObjectType> SecretObjectType.values()Gets known SecretObjectType values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SecretObjectTypeModifier and TypeMethodDescriptionSecretObject.withType(SecretObjectType type) Set the type property: The type of the secret object which determines how the value of the secret object has to be interpreted.