NetworkIPConfiguration 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.
Compatibility declaration for the NetworkIPConfiguration type.
public class NetworkIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkIPConfiguration>
type NetworkIPConfiguration = class
inherit NetworkResourceData
interface IJsonModel<NetworkIPConfiguration>
interface IPersistableModel<NetworkIPConfiguration>
Public Class NetworkIPConfiguration
Inherits NetworkResourceData
Implements IJsonModel(Of NetworkIPConfiguration), IPersistableModel(Of NetworkIPConfiguration)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkIPConfiguration() |
Initializes a new instance of the NetworkIPConfiguration class. |
| NetworkIPConfiguration(Boolean) |
Initializes a new instance of the NetworkIPConfiguration class. |
Properties
| Name | Description |
|---|---|
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| PrivateIPAddress |
Gets or sets the PrivateIPAddress compatibility property. |
| PrivateIPAllocationMethod |
Gets or sets the PrivateIPAllocationMethod compatibility property. |
| ProvisioningState |
The provisioning state of the IP configuration resource. |
| PublicIPAddress |
Gets or sets the PublicIPAddress compatibility property. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Subnet |
Gets or sets the Subnet compatibility property. |
| Type |
Resource type. (Inherited from NetworkResourceData) |