次の方法で共有


GlobalSchemaContract コンストラクター

定義

オーバーロード

GlobalSchemaContract()

GlobalSchemaContract クラスの新しいインスタンスを初期化します。

GlobalSchemaContract(String, String, String, String, String, Object, Object)

GlobalSchemaContract クラスの新しいインスタンスを初期化します。

GlobalSchemaContract()

GlobalSchemaContract クラスの新しいインスタンスを初期化します。

public GlobalSchemaContract ();
Public Sub New ()

適用対象

GlobalSchemaContract(String, String, String, String, String, Object, Object)

GlobalSchemaContract クラスの新しいインスタンスを初期化します。

public GlobalSchemaContract (string schemaType, string id = default, string name = default, string type = default, string description = default, object value = default, object document = default);
new Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract : string * string * string * string * string * obj * obj -> Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract
Public Sub New (schemaType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional value As Object = Nothing, Optional document As Object = Nothing)

パラメーター

schemaType
String

スキーマの種類。 変更不可。 使用できる値は、'Xml'、'Json' です。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

description
String

自由形式のスキーマ エンティティの説明。

value
Object

JSON ベース以外のスキーマの Json エンコード文字列。

document
Object

json ベースのスキーマ形式 (json スキーマなど) のグローバル スキーマ ドキュメント オブジェクト。

適用対象