azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

30 строки
1.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithContentType"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithContentType"
name: "Secret.UpdateStages.WithContentType"
nameWithType: "Secret.UpdateStages.WithContentType"
summary: "The stage of a secret update allowing to set the content type of the secret."
syntax: "public static interface **Secret.UpdateStages.WithContentType**"
methods:
- uid: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithContentType.withContentType(java.lang.String)"
fullName: "com.microsoft.azure.management.keyvault.Secret.UpdateStages.WithContentType.withContentType(String contentType)"
name: "withContentType(String contentType)"
nameWithType: "Secret.UpdateStages.WithContentType.withContentType(String contentType)"
summary: "Specifies the secret content type."
modifiers:
- "abstract"
parameters:
- description: "the content type"
name: "contentType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Secret.Update withContentType(String contentType)"
desc: "Specifies the secret content type."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.keyvault.Secret.Update?alt=com.microsoft.azure.management.keyvault.Secret.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of a secret update allowing to set the content type of the secret."
metadata: {}
package: "com.microsoft.azure.management.keyvault"
artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4