IPConfigurationProfile Class

Definition

IP configuration profile child resource.

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

Constructors

IPConfigurationProfile()

Initializes a new instance of the IPConfigurationProfile class.

IPConfigurationProfile(String, Subnet, String, String, String, String)

Initializes a new instance of the IPConfigurationProfile 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 the name of the resource. This name can be used to access the resource.

ProvisioningState

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

Subnet

Gets or sets the reference to the subnet resource to create a container network interface ip configuration.

Type

Gets sub Resource type.

Applies to