| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePortInner |
ExpressRoutePortsClient.createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortsClient.createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortsClient.getByResourceGroup(String resourceGroupName,
String expressRoutePortName)
Retrieves the requested ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortsClient.updateTags(String resourceGroupName,
String expressRoutePortName)
Update ExpressRoutePort tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
ExpressRoutePortsClient.beginCreateOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
ExpressRoutePortsClient.beginCreateOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified ExpressRoutePort resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRoutePortInner>,ExpressRoutePortInner> |
ExpressRoutePortsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortsClient.createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortsClient.createOrUpdate(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified ExpressRoutePort resource.
|
Mono<ExpressRoutePortInner> |
ExpressRoutePortsClient.createOrUpdateAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ExpressRoutePortsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRoutePortName,
ExpressRoutePortInner parameters)
Creates or updates the specified ExpressRoutePort resource.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePortInner |
ExpressRoutePortInner.withBandwidthInGbps(Integer bandwidthInGbps)
Set the bandwidthInGbps property: Bandwidth of procured ports in Gbps.
|
ExpressRoutePortInner |
ExpressRoutePortInner.withEncapsulation(ExpressRoutePortsEncapsulation encapsulation)
Set the encapsulation property: Encapsulation method on physical ports.
|
ExpressRoutePortInner |
ExpressRoutePortInner.withId(String id)
Set the id property: Resource ID.
|
ExpressRoutePortInner |
ExpressRoutePortInner.withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity of ExpressRoutePort, if configured.
|
ExpressRoutePortInner |
ExpressRoutePortInner.withLinks(List<ExpressRouteLinkInner> links)
Set the links property: The set of physical links of the ExpressRoutePort resource.
|
ExpressRoutePortInner |
ExpressRoutePortInner.withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The name of the peering location that the ExpressRoutePort is mapped to
physically.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.