Uses of Class
com.azure.resourcemanager.network.fluent.models.AvailableServiceAliasInner
Packages that use AvailableServiceAliasInner
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 AvailableServiceAliasInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AvailableServiceAliasInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner> 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 AvailableServiceAliasInnerModifier and TypeMethodDescriptionstatic AvailableServiceAliasInnerAvailableServiceAliasInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailableServiceAliasInner from the JsonReader.Set the id property: The ID of the service alias.Set the name property: The name of the service alias.AvailableServiceAliasInner.withResourceName(String resourceName) Set the resourceName property: The resource name of the service alias.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 AvailableServiceAliasInnerModifier and TypeMethodDescriptionAvailableServiceAliasesResult.value()Get the value property: An array of available service aliases.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AvailableServiceAliasInnerModifier and TypeMethodDescriptionAvailableServiceAliasesResult.withValue(List<AvailableServiceAliasInner> value) Set the value property: An array of available service aliases.