Uses of Interface
com.azure.resourcemanager.keyvault.models.Secret.DefinitionStages.WithCreate
-
Packages that use Secret.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Secret.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.models
Subinterfaces of Secret.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.models Modifier and Type Interface Description static interfaceSecret.DefinitionContainer interface for all the definitions.Methods in com.azure.resourcemanager.keyvault.models that return Secret.DefinitionStages.WithCreate Modifier and Type Method Description Secret.DefinitionStages.WithCreateSecret.DefinitionStages.WithAttributes. withAttributes(com.azure.security.keyvault.secrets.models.SecretProperties attributes)Specifies the secret attributes.Secret.DefinitionStages.WithCreateSecret.DefinitionStages.WithContentType. withContentType(String contentType)Specifies the secret content type.Secret.DefinitionStages.WithCreateSecret.DefinitionStages.WithTags. withTags(Map<String,String> tags)Specifies the tags on the secret.Secret.DefinitionStages.WithCreateSecret.DefinitionStages.WithValue. withValue(String value)Specifies the secret value.
-