GlobalReachConnections interface

Interface representing a GlobalReachConnections.

Methods

beginCreateOrUpdate(string, string, string, GlobalReachConnection, GlobalReachConnectionsCreateOrUpdateOptionalParams)

Create a GlobalReachConnection

beginCreateOrUpdateAndWait(string, string, string, GlobalReachConnection, GlobalReachConnectionsCreateOrUpdateOptionalParams)

Create a GlobalReachConnection

beginDelete(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Delete a GlobalReachConnection

beginDeleteAndWait(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Delete a GlobalReachConnection

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Get a GlobalReachConnection

list(string, string, GlobalReachConnectionsListOptionalParams)

List GlobalReachConnection resources by PrivateCloud

Method Details

beginCreateOrUpdate(string, string, string, GlobalReachConnection, GlobalReachConnectionsCreateOrUpdateOptionalParams)

Create a GlobalReachConnection

function beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GlobalReachConnection>, GlobalReachConnection>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

globalReachConnectionName

string

Name of the global reach connection

globalReachConnection
GlobalReachConnection

Resource create parameters.

options
GlobalReachConnectionsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<GlobalReachConnection>, GlobalReachConnection>>

beginCreateOrUpdateAndWait(string, string, string, GlobalReachConnection, GlobalReachConnectionsCreateOrUpdateOptionalParams)

Create a GlobalReachConnection

function beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams): Promise<GlobalReachConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

globalReachConnectionName

string

Name of the global reach connection

globalReachConnection
GlobalReachConnection

Resource create parameters.

options
GlobalReachConnectionsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Delete a GlobalReachConnection

function beginDelete(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

globalReachConnectionName

string

Name of the global reach connection

options
GlobalReachConnectionsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Delete a GlobalReachConnection

function beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

globalReachConnectionName

string

Name of the global reach connection

options
GlobalReachConnectionsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Get a GlobalReachConnection

function get(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams): Promise<GlobalReachConnection>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

globalReachConnectionName

string

Name of the global reach connection

options
GlobalReachConnectionsGetOptionalParams

The options parameters.

Returns

list(string, string, GlobalReachConnectionsListOptionalParams)

List GlobalReachConnection resources by PrivateCloud

function list(resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams): PagedAsyncIterableIterator<GlobalReachConnection, GlobalReachConnection[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

privateCloudName

string

Name of the private cloud

options
GlobalReachConnectionsListOptionalParams

The options parameters.

Returns