HubIpConfiguration Class

Definition

IpConfigurations.

[Microsoft.Rest.Serialization.JsonTransformation]
public class HubIpConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HubIpConfiguration = class
    inherit SubResource
Public Class HubIpConfiguration
Inherits SubResource
Inheritance
HubIpConfiguration
Attributes

Constructors

HubIpConfiguration()

Initializes a new instance of the HubIpConfiguration class.

HubIpConfiguration(String, String, String, Subnet, PublicIPAddress, String, String, String, String)

Initializes a new instance of the HubIpConfiguration class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets name of the Ip Configuration.

PrivateIPAddress

Gets or sets the private IP address of the IP configuration.

PrivateIPAllocationMethod

Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic'

ProvisioningState

Gets the provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIPAddress

Gets or sets the reference to the public IP resource.

Subnet

Gets or sets the reference to the subnet resource.

Type

Gets ipconfiguration type.

Applies to