C# Class Microsoft.Azure.Commands.Network.NetworkInterfaceBaseCmdlet

Inheritance: NetworkBaseCmdlet
ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method Description
GetNetworkInterface ( string resourceGroupName, string name, string expandResource = null ) : PSNetworkInterface
GetScaleSetNetworkInterface ( string resourceGroupName, string scaleSetName, string vmIndex, string name, string expandResource = null ) : PSNetworkInterface
IsNetworkInterfacePresent ( string resourceGroupName, string name ) : bool
ToPsNetworkInterface ( Microsoft.Azure.Management.Network.Models.NetworkInterface nic ) : PSNetworkInterface

Method Details

GetNetworkInterface() public method

public GetNetworkInterface ( string resourceGroupName, string name, string expandResource = null ) : PSNetworkInterface
resourceGroupName string
name string
expandResource string
return Microsoft.Azure.Commands.Network.Models.PSNetworkInterface

GetScaleSetNetworkInterface() public method

public GetScaleSetNetworkInterface ( string resourceGroupName, string scaleSetName, string vmIndex, string name, string expandResource = null ) : PSNetworkInterface
resourceGroupName string
scaleSetName string
vmIndex string
name string
expandResource string
return Microsoft.Azure.Commands.Network.Models.PSNetworkInterface

IsNetworkInterfacePresent() public method

public IsNetworkInterfacePresent ( string resourceGroupName, string name ) : bool
resourceGroupName string
name string
return bool

ToPsNetworkInterface() public method

public ToPsNetworkInterface ( Microsoft.Azure.Management.Network.Models.NetworkInterface nic ) : PSNetworkInterface
nic Microsoft.Azure.Management.Network.Models.NetworkInterface
return Microsoft.Azure.Commands.Network.Models.PSNetworkInterface