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