MockableNetworkResourceGroupResource.GetNetworkInterfaces Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetNetworkInterfaces() |
Gets a collection of NetworkInterfaces in the ResourceGroupResource. |
| GetNetworkInterfaces(String, String) |
Gets a collection of NetworkInterfaces in the ResourceGroupResource. |
GetNetworkInterfaces()
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)
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.