| 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 |
|---|---|
VirtualNetworkInner |
VirtualNetworksClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
VirtualNetworkInner |
VirtualNetworksClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network in the specified resource group.
|
VirtualNetworkInner |
VirtualNetworksClient.getByResourceGroup(String resourceGroupName,
String virtualNetworkName)
Gets the specified virtual network by resource group.
|
VirtualNetworkInner |
VirtualNetworksClient.updateTags(String resourceGroupName,
String virtualNetworkName)
Updates a virtual network tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkInner>,VirtualNetworkInner> |
VirtualNetworksClient.beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkInner>,VirtualNetworkInner> |
VirtualNetworksClient.beginCreateOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkInner>,VirtualNetworkInner> |
VirtualNetworksClient.beginCreateOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
VirtualNetworkInner |
VirtualNetworksClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
VirtualNetworkInner |
VirtualNetworksClient.createOrUpdate(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters,
com.azure.core.util.Context context)
Creates or updates a virtual network in the specified resource group.
|
Mono<VirtualNetworkInner> |
VirtualNetworksClient.createOrUpdateAsync(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualNetworksClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualNetworkName,
VirtualNetworkInner parameters)
Creates or updates a virtual network in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkInner |
VirtualNetworkInner.withAddressSpace(AddressSpace addressSpace)
Set the addressSpace property: The AddressSpace that contains an array of IP address ranges that can be used by
subnets.
|
VirtualNetworkInner |
VirtualNetworkInner.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities)
Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix
in this VNET.
|
VirtualNetworkInner |
VirtualNetworkInner.withDdosProtectionPlan(com.azure.core.management.SubResource ddosProtectionPlan)
Set the ddosProtectionPlan property: The DDoS protection plan associated with the virtual network.
|
VirtualNetworkInner |
VirtualNetworkInner.withDhcpOptions(DhcpOptions dhcpOptions)
Set the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in
the virtual network.
|
VirtualNetworkInner |
VirtualNetworkInner.withEnableDdosProtection(Boolean enableDdosProtection)
Set the enableDdosProtection property: Indicates if DDoS protection is enabled for all the protected resources in
the virtual network.
|
VirtualNetworkInner |
VirtualNetworkInner.withEnableVmProtection(Boolean enableVmProtection)
Set the enableVmProtection property: Indicates if VM protection is enabled for all the subnets in the virtual
network.
|
VirtualNetworkInner |
VirtualNetworkInner.withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location of the virtual network.
|
VirtualNetworkInner |
VirtualNetworkInner.withFlowTimeoutInMinutes(Integer flowTimeoutInMinutes)
Set the flowTimeoutInMinutes property: The FlowTimeout value (in minutes) for the Virtual Network.
|
VirtualNetworkInner |
VirtualNetworkInner.withId(String id)
Set the id property: Resource ID.
|
VirtualNetworkInner |
VirtualNetworkInner.withIpAllocations(List<com.azure.core.management.SubResource> ipAllocations)
Set the ipAllocations property: Array of IpAllocation which reference this VNET.
|
VirtualNetworkInner |
VirtualNetworkInner.withLocation(String location) |
VirtualNetworkInner |
VirtualNetworkInner.withSubnets(List<SubnetInner> subnets)
Set the subnets property: A list of subnets in a Virtual Network.
|
VirtualNetworkInner |
VirtualNetworkInner.withTags(Map<String,String> tags) |
VirtualNetworkInner |
VirtualNetworkInner.withVirtualNetworkPeerings(List<VirtualNetworkPeeringInner> virtualNetworkPeerings)
Set the virtualNetworkPeerings property: A list of peerings in a Virtual Network.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.