HciVmNetworkInterfacePatchProperties 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.
Defines the resource properties for the update.
public class HciVmNetworkInterfacePatchProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfacePatchProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Vm.Models.HciVmNetworkInterfacePatchProperties>
type HciVmNetworkInterfacePatchProperties = class
interface IJsonModel<HciVmNetworkInterfacePatchProperties>
interface IPersistableModel<HciVmNetworkInterfacePatchProperties>
Public Class HciVmNetworkInterfacePatchProperties
Implements IJsonModel(Of HciVmNetworkInterfacePatchProperties), IPersistableModel(Of HciVmNetworkInterfacePatchProperties)
- Inheritance
-
HciVmNetworkInterfacePatchProperties
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmNetworkInterfacePatchProperties() |
Initializes a new instance of HciVmNetworkInterfacePatchProperties. |
Properties
| Name | Description |
|---|---|
| DnsServers |
List of DNS server IP Addresses for the interface. |
| IsSdnPoliciesBypassed |
This setting is applicable only when SDN is supported and enabled in the environment. Indicates whether SDN policies should be bypassed for this network interface. By default, SDN is enabled. Set this value to true only if you want to disable SDN for the network interface. |
| NetworkSecurityGroupId |
The Azure Resource ID for a Network Security Group. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<HciVmNetworkInterfacePatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<HciVmNetworkInterfacePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<HciVmNetworkInterfacePatchProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<HciVmNetworkInterfacePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<HciVmNetworkInterfacePatchProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |