Package version:

Interface representing a Maps operations.

interface MapsOperations {
    createOrUpdate: ((resourceGroupName: string, mapName: string, resource: MapsResource, options?: MapsCreateOrUpdateOptionalParams) => PollerLike<OperationState<MapsResource>, MapsResource>);
    delete: ((resourceGroupName: string, mapName: string, options?: MapsDeleteOptionalParams) => PollerLike<OperationState<void>, void>);
    exportDependencies: ((resourceGroupName: string, mapName: string, body: ExportDependenciesRequest, options?: MapsExportDependenciesOptionalParams) => PollerLike<OperationState<void>, void>);
    get: ((resourceGroupName: string, mapName: string, options?: MapsGetOptionalParams) => Promise<MapsResource>);
    getConnectionsForProcessOnFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetConnectionsForProcessOnFocusedMachineRequest, options?: MapsGetConnectionsForProcessOnFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>);
    getConnectionsWithConnectedMachineForFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetConnectionsWithConnectedMachineForFocusedMachineRequest, options?: MapsGetConnectionsWithConnectedMachineForFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>);
    getDependencyViewForFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetDependencyViewForFocusedMachineRequest, options?: MapsGetDependencyViewForFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>);
    listByResourceGroup: ((resourceGroupName: string, options?: MapsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<MapsResource, {}, PageSettings>);
    listBySubscription: ((options?: MapsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<MapsResource, {}, PageSettings>);
    update: ((resourceGroupName: string, mapName: string, properties: MapsResourceTagsUpdate, options?: MapsUpdateOptionalParams) => PollerLike<OperationState<MapsResource>, MapsResource>);
}

Properties

createOrUpdate: ((resourceGroupName: string, mapName: string, resource: MapsResource, options?: MapsCreateOrUpdateOptionalParams) => PollerLike<OperationState<MapsResource>, MapsResource>)

Create a MapsResource

delete: ((resourceGroupName: string, mapName: string, options?: MapsDeleteOptionalParams) => PollerLike<OperationState<void>, void>)

delete is a reserved word that cannot be used as an operation name. Please add @clientName("clientName") or @clientName("", "javascript") to the operation to override the generated name.

exportDependencies: ((resourceGroupName: string, mapName: string, body: ExportDependenciesRequest, options?: MapsExportDependenciesOptionalParams) => PollerLike<OperationState<void>, void>)

Export dependencies

get: ((resourceGroupName: string, mapName: string, options?: MapsGetOptionalParams) => Promise<MapsResource>)

Get a MapsResource

getConnectionsForProcessOnFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetConnectionsForProcessOnFocusedMachineRequest, options?: MapsGetConnectionsForProcessOnFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>)

Get network connections of a process

getConnectionsWithConnectedMachineForFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetConnectionsWithConnectedMachineForFocusedMachineRequest, options?: MapsGetConnectionsWithConnectedMachineForFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>)

Get network connections between machines

getDependencyViewForFocusedMachine: ((resourceGroupName: string, mapName: string, body: GetDependencyViewForFocusedMachineRequest, options?: MapsGetDependencyViewForFocusedMachineOptionalParams) => PollerLike<OperationState<void>, void>)

Get dependency map of single machine

listByResourceGroup: ((resourceGroupName: string, options?: MapsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<MapsResource, {}, PageSettings>)

List MapsResource resources by resource group

List MapsResource resources by subscription ID

update: ((resourceGroupName: string, mapName: string, properties: MapsResourceTagsUpdate, options?: MapsUpdateOptionalParams) => PollerLike<OperationState<MapsResource>, MapsResource>)

Update a MapsResource