Class AzureFirewallFqdnTagPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.AzureFirewallFqdnTagPropertiesFormat
-
public final class AzureFirewallFqdnTagPropertiesFormat extends Object
Azure Firewall FQDN Tag Properties.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallFqdnTagPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfqdnTagName()Get the fqdnTagName property: The name of this FQDN Tag.ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the Azure firewall FQDN tag resource.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the Azure firewall FQDN tag resource.- Returns:
- the provisioningState value.
-
fqdnTagName
public String fqdnTagName()
Get the fqdnTagName property: The name of this FQDN Tag.- Returns:
- the fqdnTagName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-