IVirtualMachineScaleSetNetworkInterfaces Interface
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.
Entry point to virtual machine scale set network interface management 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)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Methods
GetByVirtualMachineInstanceId(String, String) |
Gets a network interface associated with a virtual machine scale set instance. |
List() |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListByVirtualMachineInstanceId(String) |
Lists all the network interfaces associated with a virtual machine instance in the scale set. |
Applies to
Azure SDK for .NET