Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureFirewallFqdnTagInner
-
Packages that use AzureFirewallFqdnTagInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AzureFirewallFqdnTagInner Modifier and Type Method Description com.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 AzureFirewallFqdnTagInner Modifier and Type Method Description AzureFirewallFqdnTagInnerAzureFirewallFqdnTagInner. withId(String id)Set the id property: Resource ID.AzureFirewallFqdnTagInnerAzureFirewallFqdnTagInner. withLocation(String location)AzureFirewallFqdnTagInnerAzureFirewallFqdnTagInner. withTags(Map<String,String> tags) -
Uses of AzureFirewallFqdnTagInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallFqdnTagInner Modifier and Type Method Description List<AzureFirewallFqdnTagInner>AzureFirewallFqdnTagListResult. 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 AzureFirewallFqdnTagInner Modifier and Type Method Description AzureFirewallFqdnTagListResultAzureFirewallFqdnTagListResult. withValue(List<AzureFirewallFqdnTagInner> value)Set the value property: List of Azure Firewall FQDN Tags in a resource group.
-