IPConfigurationProfile 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.
IP configuration profile child resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IPConfigurationProfile : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IPConfigurationProfile = class
inherit SubResource
Public Class IPConfigurationProfile
Inherits SubResource
- Inheritance
- 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. |