Maps class

マップを表すクラス。

コンストラクター

Maps(ServicemapManagementClientContext)

マップを作成します。

メソッド

generate(string, string, MapRequestUnion, RequestOptionsBase)

指定したマップを生成します。

generate(string, string, MapRequestUnion, RequestOptionsBase, ServiceCallback<MapResponse>)
generate(string, string, MapRequestUnion, ServiceCallback<MapResponse>)

コンストラクターの詳細

Maps(ServicemapManagementClientContext)

マップを作成します。

new Maps(client: ServicemapManagementClientContext)

パラメーター

client
ServicemapManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

generate(string, string, MapRequestUnion, RequestOptionsBase)

指定したマップを生成します。

function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, options?: RequestOptionsBase): Promise<MapsGenerateResponse>

パラメーター

resourceGroupName

string

指定した subscriptionId 内のリソース グループ名。

workspaceName

string

関心のあるリソースを含む OMS ワークスペース。

request
MapRequestUnion

要求オプション。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MapsGenerateResponse>

generate(string, string, MapRequestUnion, RequestOptionsBase, ServiceCallback<MapResponse>)

function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, options: RequestOptionsBase, callback: ServiceCallback<MapResponse>)

パラメーター

resourceGroupName

string

指定した subscriptionId 内のリソース グループ名。

workspaceName

string

関心のあるリソースを含む OMS ワークスペース。

request
MapRequestUnion

要求オプション。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<MapResponse>

コールバック

generate(string, string, MapRequestUnion, ServiceCallback<MapResponse>)

function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, callback: ServiceCallback<MapResponse>)

パラメーター

resourceGroupName

string

指定した subscriptionId 内のリソース グループ名。

workspaceName

string

関心のあるリソースを含む OMS ワークスペース。

request
MapRequestUnion

要求オプション。

callback

ServiceCallback<MapResponse>

コールバック