CloudVmClusterResource.GetCloudVmClusterVirtualNetworkAddress Method

Definition

Get a VirtualNetworkAddress.

public virtual Azure.Response<Azure.ResourceManager.OracleDatabase.CloudVmClusterVirtualNetworkAddressResource> GetCloudVmClusterVirtualNetworkAddress(string virtualnetworkaddressname, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudVmClusterVirtualNetworkAddress : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.CloudVmClusterVirtualNetworkAddressResource>
override this.GetCloudVmClusterVirtualNetworkAddress : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.CloudVmClusterVirtualNetworkAddressResource>
Public Overridable Function GetCloudVmClusterVirtualNetworkAddress (virtualnetworkaddressname As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CloudVmClusterVirtualNetworkAddressResource)

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