Uses of Class
com.azure.resourcemanager.containerregistry.models.SecretObjectType
-
Packages that use SecretObjectType Package Description com.azure.resourcemanager.containerregistry.models 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 SecretObjectType Modifier and Type Field Description static SecretObjectTypeSecretObjectType. OPAQUEStatic value Opaque for SecretObjectType.static SecretObjectTypeSecretObjectType. VAULTSECRETStatic value Vaultsecret for SecretObjectType.Methods in com.azure.resourcemanager.containerregistry.models that return SecretObjectType Modifier and Type Method Description static SecretObjectTypeSecretObjectType. fromString(String name)Creates or finds a SecretObjectType from its string representation.SecretObjectTypeSecretObject. 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 SecretObjectType Modifier and Type Method Description static Collection<SecretObjectType>SecretObjectType. values()Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SecretObjectType Modifier and Type Method Description SecretObjectSecretObject. 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.
-