次の方法で共有


RepresentationContract(String) コンストラクター

定義

RepresentationContract の新しいインスタンスを初期化します。

public RepresentationContract (string contentType);
new Azure.ResourceManager.ApiManagement.Models.RepresentationContract : string -> Azure.ResourceManager.ApiManagement.Models.RepresentationContract
Public Sub New (contentType As String)

パラメーター

contentType
String

この表現の登録済みコンテンツ タイプまたはカスタム コンテンツ タイプ (application/xml など) を指定します。

例外

contentType が null です。

適用対象