NetworkInterfaceReference Class
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.
Describes a network interface reference.
[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkInterfaceReference : Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkInterfaceReference = class
inherit SubResource
interface IResource
Public Class NetworkInterfaceReference
Inherits SubResource
Implements IResource
- Inheritance
- Attributes
- Implements
Constructors
NetworkInterfaceReference() |
Initializes a new instance of the NetworkInterfaceReference class. |
NetworkInterfaceReference(Nullable<Boolean>, String) |
Initializes a new instance of the NetworkInterfaceReference class. |
NetworkInterfaceReference(String, Nullable<Boolean>, String) |
Initializes a new instance of the NetworkInterfaceReference class. |
Properties
DeleteOption |
Gets or sets specify what happens to the network interface when the VM is deleted. Possible values include: 'Delete', 'Detach' |
Id |
Gets or sets resource Id (Inherited from SubResource) |
Primary |
Gets or sets specifies the primary network interface in case the virtual machine has more than 1 network interface. |
Applies to
Azure SDK for .NET