Class AzureFirewallFqdnTagPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.AzureFirewallFqdnTagPropertiesFormat
Azure Firewall FQDN Tag Properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AzureFirewallFqdnTagPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the fqdnTagName property: The name of this FQDN Tag.Get the provisioningState property: The provisioning state of the Azure firewall FQDN tag resource.voidvalidate()Validates the instance.
-
Constructor Details
-
AzureFirewallFqdnTagPropertiesFormat
public AzureFirewallFqdnTagPropertiesFormat()Creates an instance of AzureFirewallFqdnTagPropertiesFormat class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioning state of the Azure firewall FQDN tag resource.- Returns:
- the provisioningState value.
-
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.
-