GlobalReachConnections interface
Interface representing a GlobalReachConnections.
Methods
begin |
Create a GlobalReachConnection |
begin |
Create a GlobalReachConnection |
begin |
Delete a GlobalReachConnection |
begin |
Delete a GlobalReachConnection |
get(string, string, string, Global |
Get a GlobalReachConnection |
list(string, string, Global |
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.
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.
The options parameters.
Returns
Promise<GlobalReachConnection>
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
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
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
The options parameters.
Returns
Promise<GlobalReachConnection>
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
The options parameters.