Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailableServiceAliasInner
-
Packages that use AvailableServiceAliasInner 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 AvailableServiceAliasInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AvailableServiceAliasInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>AvailableServiceAliasesClient. list(String location)Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>AvailableServiceAliasesClient. list(String location, com.azure.core.util.Context context)Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner>AvailableServiceAliasesClient. listAsync(String location)Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>AvailableServiceAliasesClient. listByResourceGroup(String resourceGroupName, String location)Gets all available service aliases for this resource group in this region.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>AvailableServiceAliasesClient. listByResourceGroup(String resourceGroupName, String location, com.azure.core.util.Context context)Gets all available service aliases for this resource group in this region.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner>AvailableServiceAliasesClient. listByResourceGroupAsync(String resourceGroupName, String location)Gets all available service aliases for this resource group in this region. -
Uses of AvailableServiceAliasInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AvailableServiceAliasInner Modifier and Type Method Description AvailableServiceAliasInnerAvailableServiceAliasInner. withId(String id)Set the id property: The ID of the service alias.AvailableServiceAliasInnerAvailableServiceAliasInner. withName(String name)Set the name property: The name of the service alias.AvailableServiceAliasInnerAvailableServiceAliasInner. withResourceName(String resourceName)Set the resourceName property: The resource name of the service alias.AvailableServiceAliasInnerAvailableServiceAliasInner. withType(String type)Set the type property: The type of the resource. -
Uses of AvailableServiceAliasInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AvailableServiceAliasInner Modifier and Type Method Description List<AvailableServiceAliasInner>AvailableServiceAliasesResult. value()Get the value property: An array of available service aliases.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableServiceAliasInner Modifier and Type Method Description AvailableServiceAliasesResultAvailableServiceAliasesResult. withValue(List<AvailableServiceAliasInner> value)Set the value property: An array of available service aliases.
-