CloudVmClusterResource.GetVirtualNetworkAddressAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a VirtualNetworkAddress
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/virtualNetworkAddresses/{virtualnetworkaddressname}
- Operation Id: VirtualNetworkAddresses_Get
- Default Api Version: 2023-09-01-preview
- Resource: VirtualNetworkAddressResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.VirtualNetworkAddressResource>> GetVirtualNetworkAddressAsync (string virtualnetworkaddressname, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualNetworkAddressAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.VirtualNetworkAddressResource>>
override this.GetVirtualNetworkAddressAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.VirtualNetworkAddressResource>>
Public Overridable Function GetVirtualNetworkAddressAsync (virtualnetworkaddressname As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualNetworkAddressResource))
Parameters
- virtualnetworkaddressname
- String
Virtual IP address hostname.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
virtualnetworkaddressname
is null.
virtualnetworkaddressname
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET