Partilhar via


GlobalReachConnections interface

Interface que representa um GlobalReachConnections.

Métodos

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

Criar uma GlobalReachConnection

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

Criar uma GlobalReachConnection

beginDelete(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

beginDeleteAndWait(string, string, string, GlobalReachConnectionsDeleteOptionalParams)

Excluir um GlobalReachConnection

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Obtenha uma GlobalReachConnection

list(string, string, GlobalReachConnectionsListOptionalParams)

Listar recursos GlobalReachConnection por PrivateCloud

Detalhes de Método

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

Criar uma 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.

Devoluções

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

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

Criar uma 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.

Devoluções

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.

Devoluções

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.

Devoluções

Promise<void>

get(string, string, string, GlobalReachConnectionsGetOptionalParams)

Obtenha uma 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.

Devoluções

list(string, string, GlobalReachConnectionsListOptionalParams)

Listar recursos GlobalReachConnection por 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.

Devoluções