IPConfigurationProfile Class
IP configuration profile child resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_09_01.models._models_py3.SubResourceIPConfigurationProfile
Constructor
IPConfigurationProfile(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, subnet: typing.Union[_ForwardRef('Subnet'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource. This name can be used to access the resource.
- subnet
- Subnet
The reference of the subnet resource to create a container network interface ip configuration.
Variables
- type
- str
Sub Resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the IP configuration profile resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for