IPConfigurationProfile Class
- java.
lang. Object - com.
microsoft. azure. SubResource - com.
microsoft. azure. management. network. IPConfigurationProfile
- com.
- com.
public class IPConfigurationProfile
extends com.microsoft.azure.SubResource
IP configuration profile child resource.
Constructor Summary
Constructor | Description | |
---|---|---|
IPConfigurationProfile() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
etag()
Get a unique read-only string that changes whenever the resource is updated. |
java.lang.String |
name()
Get the name of the resource. |
Provisioning |
provisioningState()
Get the provisioning state of the IP configuration profile resource. |
com.microsoft.azure.management.network.implementation.SubnetInner |
subnet()
Get the reference to the subnet resource to create a container network interface ip configuration. |
java.lang.String |
type()
Get sub Resource type. |
IPConfiguration |
withName(String name)
Set the name of the resource. |
IPConfiguration |
withSubnet(SubnetInner subnet)
Set the reference to the subnet resource to create a container network interface ip configuration. |
Methods inherited from com.microsoft.azure.SubResource
Methods inherited from java.lang.Object
Constructor Details
IPConfigurationProfile
public IPConfigurationProfile()
Method Details
etag
public String etag()
Get a unique read-only string that changes whenever the resource is updated.
Returns:
name
public String name()
Get the name of the resource. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
Returns:
subnet
public SubnetInner subnet()
Get the reference to the subnet resource to create a container network interface ip configuration.
Returns:
type
public String type()
Get sub Resource type.
Returns:
withName
public IPConfigurationProfile withName(String name)
Set the name of the resource. This name can be used to access the resource.
Parameters:
Returns:
withSubnet
public IPConfigurationProfile withSubnet(SubnetInner subnet)
Set the reference to the subnet resource to create a container network interface ip configuration.
Parameters:
Returns: