Compartilhar via


GlobalReachConnections interface

Interface que representa um GlobalReachConnections.

Métodos

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

Criar um GlobalReachConnection

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

Criar um GlobalReachConnection

beginDelete(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

beginDeleteAndWait(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Obter um GlobalReachConnection

list(string, string, GlobalReachConnectionsListOptionalParams)

Listar recursos do GlobalReachConnection pelo PrivateCloud

Detalhes do método

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

Criar um GlobalReachConnection

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

globalReachConnectionName

string

Nome da conexão de alcance global

globalReachConnection
GlobalReachConnection

Parâmetros de criação de recursos.

options
GlobalReachConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Criar um GlobalReachConnection

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

globalReachConnectionName

string

Nome da conexão de alcance global

globalReachConnection
GlobalReachConnection

Parâmetros de criação de recursos.

options
GlobalReachConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

globalReachConnectionName

string

Nome da conexão de alcance global

options
GlobalReachConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

globalReachConnectionName

string

Nome da conexão de alcance global

options
GlobalReachConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Obter um GlobalReachConnection

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

globalReachConnectionName

string

Nome da conexão de alcance global

options
GlobalReachConnectionsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, GlobalReachConnectionsListOptionalParams)

Listar recursos do GlobalReachConnection pelo PrivateCloud

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

privateCloudName

string

Nome da nuvem privada

options
GlobalReachConnectionsListOptionalParams

Os parâmetros de opções.

Retornos