public class NetworkIntentPolicy
extends com.microsoft.azure.Resource
| Constructor and Description |
|---|
NetworkIntentPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get gets a unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get resource ID.
|
NetworkIntentPolicy |
withEtag(String etag)
Set gets a unique read-only string that changes whenever the resource is updated.
|
NetworkIntentPolicy |
withId(String id)
Set resource ID.
|
public String etag()
public NetworkIntentPolicy withEtag(String etag)
etag - the etag value to setpublic String id()
id in class com.microsoft.azure.ProxyResourcepublic NetworkIntentPolicy withId(String id)
id - the id value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/