CloudServicesNetworksOperations interface

Interface que representa operações de uma CloudServicesNetworks.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crie uma nova rede de serviços de nuvem ou atualize as propriedades da rede de serviços de nuvem existente.

delete

Exclua a rede de serviços de nuvem fornecida.

get

Obtenha propriedades da rede de serviços de nuvem fornecida.

listByResourceGroup

Obtenha uma lista de redes de serviços de nuvem no grupo de recursos fornecido.

listBySubscription

Obtenha uma lista de redes de serviços na nuvem na subscrição fornecida.

update

Atualize as propriedades da rede de serviços de nuvem fornecida ou atualize as tags associadas a ela. As atualizações de propriedades e tags podem ser feitas de forma independente.

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => Promise<CloudServicesNetwork>

beginDelete

Aviso

Esta API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => Promise<OperationStatusResult>

beginUpdate

Aviso

Esta API foi preterida.

use update instead

beginUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>>

beginUpdateAndWait

Aviso

Esta API foi preterida.

use update instead

beginUpdateAndWait: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => Promise<CloudServicesNetwork>

createOrUpdate

Crie uma nova rede de serviços de nuvem ou atualize as propriedades da rede de serviços de nuvem existente.

createOrUpdate: (resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, cloudServicesNetworkParameters: CloudServicesNetwork, options?: CloudServicesNetworksCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>

delete

Exclua a rede de serviços de nuvem fornecida.

delete: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>

get

Obtenha propriedades da rede de serviços de nuvem fornecida.

get: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksGetOptionalParams) => Promise<CloudServicesNetwork>

listByResourceGroup

Obtenha uma lista de redes de serviços de nuvem no grupo de recursos fornecido.

listByResourceGroup: (resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, options?: CloudServicesNetworksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

listBySubscription

Obtenha uma lista de redes de serviços na nuvem na subscrição fornecida.

listBySubscription: (options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

Valor de Propriedade

(options?: CloudServicesNetworksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudServicesNetwork, CloudServicesNetwork[], PageSettings>

update

Atualize as propriedades da rede de serviços de nuvem fornecida ou atualize as tags associadas a ela. As atualizações de propriedades e tags podem ser feitas de forma independente.

update: (resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>

Valor de Propriedade

(resourceGroupName: string, cloudServicesNetworkName: string, options?: CloudServicesNetworksUpdateOptionalParams) => PollerLike<OperationState<CloudServicesNetwork>, CloudServicesNetwork>