Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallFqdnTagInner
Packages that use AzureFirewallFqdnTagInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallFqdnTagInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AzureFirewallFqdnTagInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AzureFirewallFqdnTagInner> AzureFirewallFqdnTagsClient.list()Gets all the Azure Firewall FQDN Tags in a subscription.com.azure.core.http.rest.PagedIterable<AzureFirewallFqdnTagInner> AzureFirewallFqdnTagsClient.list(com.azure.core.util.Context context) Gets all the Azure Firewall FQDN Tags in a subscription.com.azure.core.http.rest.PagedFlux<AzureFirewallFqdnTagInner> AzureFirewallFqdnTagsClient.listAsync()Gets all the Azure Firewall FQDN Tags in a subscription. -
Uses of AzureFirewallFqdnTagInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallFqdnTagInnerModifier and TypeMethodDescriptionstatic AzureFirewallFqdnTagInnerAzureFirewallFqdnTagInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallFqdnTagInner from the JsonReader.Set the id property: Resource ID.AzureFirewallFqdnTagInner.withLocation(String location) -
Uses of AzureFirewallFqdnTagInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallFqdnTagInnerModifier and TypeMethodDescriptionAzureFirewallFqdnTagListResult.value()Get the value property: List of Azure Firewall FQDN Tags in a resource group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallFqdnTagInnerModifier and TypeMethodDescriptionAzureFirewallFqdnTagListResult.withValue(List<AzureFirewallFqdnTagInner> value) Set the value property: List of Azure Firewall FQDN Tags in a resource group.