NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetNetworkInterfaces 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.
Gets all network interfaces in a virtual machine scale set.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface> ListVirtualMachineScaleSetNetworkInterfaces (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName);
static member ListVirtualMachineScaleSetNetworkInterfaces : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>
<Extension()>
Public Function ListVirtualMachineScaleSetNetworkInterfaces (operations As INetworkInterfacesOperations, resourceGroupName As String, virtualMachineScaleSetName As String) As IPage(Of NetworkInterface)
Parameters
- operations
- INetworkInterfacesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- virtualMachineScaleSetName
- String
The name of the virtual machine scale set.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET