public class AzureFirewallFqdnTagInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
AzureFirewallFqdnTagInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
fqdnTagName()
Get the fqdnTagName property: The name of this FQDN Tag.
|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the Azure firewall FQDN tag resource.
|
void |
validate()
Validates the instance.
|
AzureFirewallFqdnTagInner |
withId(String id)
Set the id property: Resource ID.
|
public String etag()
public ProvisioningState provisioningState()
public String fqdnTagName()
public String id()
id in class com.azure.core.management.ProxyResourcepublic AzureFirewallFqdnTagInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.