IPConfigurationProfileInner Class

Definition

IP configuration profile child resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IPConfigurationProfileInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IPConfigurationProfileInner = class
    inherit SubResource
Public Class IPConfigurationProfileInner
Inherits SubResource
Inheritance
IPConfigurationProfileInner
Attributes

Constructors

IPConfigurationProfileInner()

Initializes a new instance of the IPConfigurationProfileInner class.

IPConfigurationProfileInner(String, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the IPConfigurationProfileInner class.

Properties

Etag

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

Id

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 of the subnet resource to create a container network interface ip configuration.

Type

Gets sub Resource type.

Applies to