Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.RegionContractInner
Packages that use RegionContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RegionContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type RegionContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<RegionContractInner> RegionsClient.listByService(String resourceGroupName, String serviceName) Lists all azure regions in which the service exists.com.azure.core.http.rest.PagedIterable<RegionContractInner> RegionsClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists all azure regions in which the service exists. -
Uses of RegionContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RegionContractInnerModifier and TypeMethodDescriptionstatic RegionContractInnerRegionContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegionContractInner from the JsonReader.RegionContractInner.withIsDeleted(Boolean isDeleted) Set the isDeleted property: whether Region is deleted.RegionContractInner.withIsMasterRegion(Boolean isMasterRegion) Set the isMasterRegion property: whether Region is the master region. -
Uses of RegionContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RegionContractInnerModifier and TypeMethodDescriptionRegionContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RegionContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RegionContractInnerModifier and TypeMethodDescriptionRegionListResult.value()Get the value property: Lists of Regions.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type RegionContractInnerModifier and TypeMethodDescriptionRegionListResult.withValue(List<RegionContractInner> value) Set the value property: Lists of Regions.