Uses of Class
com.azure.resourcemanager.network.models.SyncRemoteAddressSpace
Packages that use SyncRemoteAddressSpace
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SyncRemoteAddressSpace in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type SyncRemoteAddressSpaceModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkPeeringInner>, VirtualNetworkPeeringInner> VirtualNetworkPeeringsClient.beginCreateOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace, com.azure.core.util.Context context) Creates or updates a peering in the specified virtual network.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkPeeringInner>, VirtualNetworkPeeringInner> VirtualNetworkPeeringsClient.beginCreateOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace) Creates or updates a peering in the specified virtual network.VirtualNetworkPeeringsClient.createOrUpdate(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace, com.azure.core.util.Context context) Creates or updates a peering in the specified virtual network.VirtualNetworkPeeringsClient.createOrUpdateAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace) Creates or updates a peering in the specified virtual network.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualNetworkPeeringsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String virtualNetworkName, String virtualNetworkPeeringName, VirtualNetworkPeeringInner virtualNetworkPeeringParameters, SyncRemoteAddressSpace syncRemoteAddressSpace) Creates or updates a peering in the specified virtual network. -
Uses of SyncRemoteAddressSpace in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SyncRemoteAddressSpaceModifier and TypeFieldDescriptionstatic final SyncRemoteAddressSpaceSyncRemoteAddressSpace.TRUEStatic value true for SyncRemoteAddressSpace.Methods in com.azure.resourcemanager.network.models that return SyncRemoteAddressSpaceModifier and TypeMethodDescriptionstatic SyncRemoteAddressSpaceSyncRemoteAddressSpace.fromString(String name) Creates or finds a SyncRemoteAddressSpace from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SyncRemoteAddressSpaceModifier and TypeMethodDescriptionstatic Collection<SyncRemoteAddressSpace> SyncRemoteAddressSpace.values()Gets known SyncRemoteAddressSpace values.