Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
Modifier and Type | Method and Description |
---|---|
Network |
VirtualMachineScaleSet.getPrimaryNetwork() |
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithSubnet |
VirtualMachine.DefinitionStages.WithNetwork.withExistingPrimaryNetwork(Network network)
Associates an existing virtual network with the virtual machine's primary network interface.
|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer |
VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet.withExistingPrimaryNetworkSubnet(Network network,
String subnetName)
Associate an existing virtual network subnet with the primary network interface of the virtual machines
in the scale set.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithPrivateIP |
VirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork(Creatable<Network> creatable)
Creates a new virtual network to associate with the virtual machine's primary network interface, based on
the provided definition.
|
Modifier and Type | Method and Description |
---|---|
Network |
NicIPConfigurationBase.getNetwork() |
Network |
NetworkPeering.getRemoteNetwork() |
Modifier and Type | Method and Description |
---|---|
rx.Observable<Network> |
NetworkPeering.getRemoteNetworkAsync()
Gets the remote network associated with this peering asynchronously.
|
Modifier and Type | Method and Description |
---|---|
NetworkPeering |
NetworkPeerings.getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network.
|
rx.Observable<NetworkPeering> |
NetworkPeerings.getByRemoteNetworkAsync(Network network)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
VirtualNetworkGateway.DefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the virtual network gateway.
|
NicIPConfiguration.DefinitionStages.WithSubnet<ParentT> |
NicIPConfiguration.DefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the network interface IP configuration.
|
NicIPConfiguration.UpdateDefinitionStages.WithSubnet<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithNetwork.withExistingNetwork(Network network)
Associate an existing virtual network with the network interface IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withExistingPrimaryNetwork(Network network)
Associate an existing virtual network with the network interface's primary IP configuration.
|
ApplicationGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address from.
|
ApplicationGatewayIPConfiguration.Update |
ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address from.
|
ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIPConfiguration.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address from.
|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.
|
LoadBalancerPrivateFrontend.Update |
LoadBalancerPrivateFrontend.UpdateStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the internal load balancer.
|
ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend.
|
ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend.
|
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithAttach<ParentT> |
VirtualNetworkGatewayIPConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the virtual network gateway should be part of and get its private IP address from.
|
ApplicationGateway.DefinitionStages.WithCreate |
ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies the subnet the application gateway gets its private IP address from.
|
NetworkPeering.DefinitionStages.WithCreate |
NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(Network network)
Specifies the remote network to peer with.
|
Modifier and Type | Method and Description |
---|---|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
VirtualNetworkGateway.DefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable)
Create a new virtual network to associate with the virtual network gateway,
based on the provided definition.
|
NicIPConfiguration.DefinitionStages.WithPrivateIP<ParentT> |
NicIPConfiguration.DefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable)
Create a new virtual network to associate with the network interface IP configuration,
based on the provided definition.
|
NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithNetwork.withNewNetwork(Creatable<Network> creatable)
Create a new virtual network to associate with the network interface IP configuration,
based on the provided definition.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(Creatable<Network> creatable)
Create a new virtual network to associate with the network interface's primary IP configuration,
based on the provided definition.
|
Modifier and Type | Method and Description |
---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromExistingSubnet(Network network,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingSubnet(Network network,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
Copyright © 2019. All rights reserved.