MockableNetworkResourceGroupResource.GetNetworkInterfaces Method

Definition

Overloads

Name Description
GetNetworkInterfaces()

Gets a collection of NetworkInterfaces in the ResourceGroupResource.

GetNetworkInterfaces(String, String)

Gets a collection of NetworkInterfaces in the ResourceGroupResource.

GetNetworkInterfaces()

Source:
MockableNetworkResourceGroupResource.cs
Source:
MockableNetworkResourceGroupResource.cs

Gets a collection of NetworkInterfaces in the ResourceGroupResource.

public virtual Azure.ResourceManager.Network.NetworkInterfaceCollection GetNetworkInterfaces();
abstract member GetNetworkInterfaces : unit -> Azure.ResourceManager.Network.NetworkInterfaceCollection
override this.GetNetworkInterfaces : unit -> Azure.ResourceManager.Network.NetworkInterfaceCollection
Public Overridable Function GetNetworkInterfaces () As NetworkInterfaceCollection

Returns

An object representing collection of NetworkInterfaces and their operations over a NetworkInterfaceResource.

Applies to

GetNetworkInterfaces(String, String)

Source:
MockableNetworkResourceGroupResource.cs

Gets a collection of NetworkInterfaces in the ResourceGroupResource.

public virtual Azure.ResourceManager.Network.NetworkInterfaceCollection GetNetworkInterfaces(string cloudServiceName, string roleInstanceName);
abstract member GetNetworkInterfaces : string * string -> Azure.ResourceManager.Network.NetworkInterfaceCollection
override this.GetNetworkInterfaces : string * string -> Azure.ResourceManager.Network.NetworkInterfaceCollection
Public Overridable Function GetNetworkInterfaces (cloudServiceName As String, roleInstanceName As String) As NetworkInterfaceCollection

Parameters

cloudServiceName
String

The cloudServiceName for the resource.

roleInstanceName
String

The roleInstanceName for the resource.

Returns

An object representing collection of NetworkInterfaces and their operations over a NetworkInterfaceResource.

Applies to