次の方法で共有


VirtualEndpointResource interface

サーバーの仮想エンドポイントを表します。

Extends

継承されたプロパティ

endpointType

仮想エンドポイントのエンドポイントの種類。

id

リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

members

仮想エンドポイントのメンバーの一覧

name

リソースの名前注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

systemData

createdBy と modifiedBy 情報を含む Azure Resource Manager メタデータ。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

virtualEndpoints

サーバーの仮想エンドポイントの一覧注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

継承されたプロパティの詳細

endpointType

仮想エンドポイントのエンドポイントの種類。

endpointType?: string

プロパティ値

string

virtualEndpointResourceForPatch.endpointTypeから継承された

id

リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

Resource.id から継承された

members

仮想エンドポイントのメンバーの一覧

members?: string[]

プロパティ値

string[]

virtualEndpointResourceForPatch.membersから継承された

name

リソースの名前注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

承元Resource.name

systemData

createdBy と modifiedBy 情報を含む Azure Resource Manager メタデータ。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

systemData?: SystemData

プロパティ値

resource.systemData から継承

type

リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

承元Resource.type

virtualEndpoints

サーバーの仮想エンドポイントの一覧注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

virtualEndpoints?: string[]

プロパティ値

string[]

VirtualEndpointResourceForPatch.virtualEndpoints から継承