你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualMachineScaleSetNetworkInterfaces 接口

定义

虚拟机规模集网络接口管理 API 的入口点。

public interface IVirtualMachineScaleSetNetworkInterfaces : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IVirtualMachineScaleSetNetworkInterface>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.INetworkInterfacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type IVirtualMachineScaleSetNetworkInterfaces = interface
    interface ISupportsListing<IVirtualMachineScaleSetNetworkInterface>
    interface IHasInner<INetworkInterfacesOperations>
    interface IHasManager<INetworkManager>
Public Interface IVirtualMachineScaleSetNetworkInterfaces
Implements IHasInner(Of INetworkInterfacesOperations), IHasManager(Of INetworkManager), ISupportsListing(Of IVirtualMachineScaleSetNetworkInterface)
实现

属性

Inner

虚拟机规模集网络接口管理 API 的入口点。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)

方法

GetByVirtualMachineInstanceId(String, String)

获取与虚拟机规模集实例关联的网络接口。

List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListByVirtualMachineInstanceId(String)

列出与规模集中的虚拟机实例关联的所有网络接口。

适用于