Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportLocation
-
Packages that use AzureReachabilityReportLocation Package Description 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 AzureReachabilityReportLocation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureReachabilityReportLocation Modifier and Type Method Description AzureReachabilityReportLocationAzureReachabilityReportInner. providerLocation()Get the providerLocation property: Parameters that define a geographic location.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureReachabilityReportLocation Modifier and Type Method Description AzureReachabilityReportInnerAzureReachabilityReportInner. withProviderLocation(AzureReachabilityReportLocation providerLocation)Set the providerLocation property: Parameters that define a geographic location. -
Uses of AzureReachabilityReportLocation in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureReachabilityReportLocation Modifier and Type Method Description AzureReachabilityReportLocationAzureReachabilityReport. providerLocation()AzureReachabilityReportLocationAzureReachabilityReportParameters. providerLocation()Get the providerLocation property: Parameters that define a geographic location.AzureReachabilityReportLocationAzureReachabilityReportLocation. withCity(String city)Set the city property: The name of the city or town.AzureReachabilityReportLocationAzureReachabilityReportLocation. withCountry(String country)Set the country property: The name of the country.AzureReachabilityReportLocationAzureReachabilityReportLocation. withState(String state)Set the state property: The name of the state.Methods in com.azure.resourcemanager.network.models with parameters of type AzureReachabilityReportLocation Modifier and Type Method Description AzureReachabilityReportParametersAzureReachabilityReportParameters. withProviderLocation(AzureReachabilityReportLocation providerLocation)Set the providerLocation property: Parameters that define a geographic location.
-