NetworkProfileOperations interface

Interface representing a NetworkProfileOperations.

Methods

get(string, string, NetworkProfileGetOptionalParams)

The operation to get network information of hybrid machine

Method Details

get(string, string, NetworkProfileGetOptionalParams)

The operation to get network information of hybrid machine

function get(resourceGroupName: string, machineName: string, options?: NetworkProfileGetOptionalParams): Promise<NetworkProfile>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

machineName

string

The name of the hybrid machine.

options
NetworkProfileGetOptionalParams

The options parameters.

Returns

Promise<NetworkProfile>