共用方式為


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

選擇性參數

傳回

承諾<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>

回呼