次の方法で共有


ContentTypeOperationsExtensions.Get メソッド

定義

開発者ポータルのコンテンツ タイプの詳細を取得します。 コンテンツ タイプは、コンテンツ アイテムのプロパティ、検証ルール、制約を記述します。

public static Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract Get (this Microsoft.Azure.Management.ApiManagement.IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId);
static member Get : Microsoft.Azure.Management.ApiManagement.IContentTypeOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ContentTypeContract
<Extension()>
Public Function Get (operations As IContentTypeOperations, resourceGroupName As String, serviceName As String, contentTypeId As String) As ContentTypeContract

パラメーター

operations
IContentTypeOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

contentTypeId
String

コンテンツ タイプ識別子。

戻り値

適用対象