Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteProviderPortInner
Packages that use ExpressRouteProviderPortInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteProviderPortInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteProviderPortInnerModifier and TypeMethodDescriptionNetworkManagementClient.expressRouteProviderPort(String providerport) Retrieves detail of a provider port.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteProviderPortInnerModifier and TypeMethodDescriptionNetworkManagementClient.expressRouteProviderPortAsync(String providerport) Retrieves detail of a provider port.com.azure.core.http.rest.Response<ExpressRouteProviderPortInner> NetworkManagementClient.expressRouteProviderPortWithResponse(String providerport, com.azure.core.util.Context context) Retrieves detail of a provider port.Mono<com.azure.core.http.rest.Response<ExpressRouteProviderPortInner>> NetworkManagementClient.expressRouteProviderPortWithResponseAsync(String providerport) Retrieves detail of a provider port. -
Uses of ExpressRouteProviderPortInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteProviderPortInnerModifier and TypeMethodDescriptionExpressRouteProviderPortInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteProviderPortInner from the JsonReader.Set the id property: Resource ID.ExpressRouteProviderPortInner.withLocation(String location) ExpressRouteProviderPortInner.withOverprovisionFactor(Integer overprovisionFactor) Set the overprovisionFactor property: Overprovisioning factor for the port pair.ExpressRouteProviderPortInner.withPeeringLocation(String peeringLocation) Set the peeringLocation property: The peering location of the port pair.ExpressRouteProviderPortInner.withPortBandwidthInMbps(Integer portBandwidthInMbps) Set the portBandwidthInMbps property: Bandwidth of the port in Mbps.ExpressRouteProviderPortInner.withRemainingBandwidthInMbps(Integer remainingBandwidthInMbps) Set the remainingBandwidthInMbps property: Remaining Bandwidth of the port in Mbps.ExpressRouteProviderPortInner.withUsedBandwidthInMbps(Integer usedBandwidthInMbps) Set the usedBandwidthInMbps property: Used Bandwidth of the port in Mbps.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteProviderPortInnerModifier and TypeMethodDescriptionExpressRouteProviderPortListResultInner.value()Get the value property: A list of ExpressRouteProviderPort resources.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteProviderPortInnerModifier and TypeMethodDescriptionExpressRouteProviderPortListResultInner.withValue(List<ExpressRouteProviderPortInner> value) Set the value property: A list of ExpressRouteProviderPort resources.