Dela via


CommunicationsGateways interface

Gränssnitt som representerar en CommunicationsGateways.

Metoder

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Skapa en CommunicationsGateway

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Skapa en CommunicationsGateway

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Ta bort en CommunicationsGateway

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Ta bort en CommunicationsGateway

get(string, string, CommunicationsGatewaysGetOptionalParams)

Hämta en CommunicationsGateway

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Lista CommunicationsGateway-resurser efter resursgrupp

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Lista CommunicationsGateway-resurser efter prenumerations-ID

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Uppdatera en CommunicationsGateway

Metodinformation

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Skapa en CommunicationsGateway

function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

resource
CommunicationsGateway

Resursskapandeparametrar.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

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

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

Skapa en CommunicationsGateway

function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<CommunicationsGateway>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

resource
CommunicationsGateway

Resursskapandeparametrar.

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

Ta bort en CommunicationsGateway

function beginDelete(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

options
CommunicationsGatewaysDeleteOptionalParams

Alternativparametrarna.

Returer

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

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

Ta bort en CommunicationsGateway

function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<void>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

options
CommunicationsGatewaysDeleteOptionalParams

Alternativparametrarna.

Returer

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

Hämta en CommunicationsGateway

function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

options
CommunicationsGatewaysGetOptionalParams

Alternativparametrarna.

Returer

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

Lista CommunicationsGateway-resurser efter resursgrupp

function listByResourceGroup(resourceGroupName: string, options?: CommunicationsGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

Returer

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

Lista CommunicationsGateway-resurser efter prenumerations-ID

function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>

Parametrar

Returer

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

Uppdatera en CommunicationsGateway

function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

communicationsGatewayName

string

Unik identifierare för den här distributionen

properties
CommunicationsGatewayUpdate

Resursegenskaperna som ska uppdateras.

options
CommunicationsGatewaysUpdateOptionalParams

Alternativparametrarna.

Returer