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 |
---|---|
PublicIPAddress |
VirtualMachine.getPrimaryPublicIPAddress()
Gets the public IP address associated with this virtual machine's primary network interface.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the VM's primary network interface.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the VM's primary network interface.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerPublicFrontend |
LoadBalancer.findFrontendByPublicIPAddress(PublicIPAddress publicIPAddress)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the network interface's primary IP configuration.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the network interface's primary IP configuration.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress> creatable)
Create a new public IP address to associate with network interface's primary IP configuration, based on
the provided definition.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIPAddress> creatable)
Create a new public IP address to associate the network interface's primary IP configuration,
based on the provided definition.
|
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
HasPublicIPAddress.getPublicIPAddress() |
Modifier and Type | Method and Description |
---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
HasPublicIPAddress.DefinitionStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
Associates an existing public IP address with the resource.
|
Modifier and Type | Method and Description |
---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromNewPublicIPAddress(Creatable<PublicIPAddress> pipDefinition)
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer
based on the provided definition.
|
ReturnT |
HasPublicIPAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
ReturnT |
HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIPAddress(Creatable<PublicIPAddress> creatable)
Creates a new public IP address to associate with the resource.
|
Copyright © 2019. All rights reserved.