IWithContentType.WithContentType(String) Method

Definition

Specifies the secret content type.

public Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IWithCreate WithContentType (string contentType);
abstract member WithContentType : string -> Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IWithCreate
Public Function WithContentType (contentType As String) As IWithCreate

Parameters

contentType
String

The content type.

Returns

Applies to