NetworkIntentPolicy Class

  • java.lang.Object
    • com.microsoft.azure.ProxyResource
      • com.microsoft.azure.Resource
        • com.microsoft.azure.management.network.NetworkIntentPolicy

public class NetworkIntentPolicy
extends com.microsoft.azure.Resource

Network Intent Policy resource.

Constructor Summary

Constructor Description
NetworkIntentPolicy()

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 id()

Get resource ID.

NetworkIntentPolicy withId(String id)

Set resource ID.

Methods inherited from com.microsoft.azure.ProxyResource

com.microsoft.azure.ProxyResource.id com.microsoft.azure.ProxyResource.name com.microsoft.azure.ProxyResource.type

Methods inherited from com.microsoft.azure.Resource

com.microsoft.azure.Resource.getTags com.microsoft.azure.Resource.location com.microsoft.azure.Resource.withLocation com.microsoft.azure.Resource.withTags

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkIntentPolicy

public NetworkIntentPolicy()

Method Details

etag

public String etag()

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

Returns:

the etag value

id

public String id()

Get resource ID.

Overrides:

NetworkIntentPolicy.id()

Returns:

the id value

withId

public NetworkIntentPolicy withId(String id)

Set resource ID.

Parameters:

id - the id value to set

Returns:

the NetworkIntentPolicy object itself.

Applies to