CommunicationsGateways interface
Interface die een CommunicationsGateways vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
Een CommunicationsGateway maken
function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
- resource
- CommunicationsGateway
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
Een CommunicationsGateway maken
function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<CommunicationsGateway>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
- resource
- CommunicationsGateway
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<CommunicationsGateway>
beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)
Een CommunicationsGateway verwijderen
function beginDelete(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)
Een CommunicationsGateway verwijderen
function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
De optiesparameters.
Retouren
Promise<void>
get(string, string, CommunicationsGatewaysGetOptionalParams)
Een CommunicationsGateway ophalen
function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
De optiesparameters.
Retouren
Promise<CommunicationsGateway>
listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)
CommunicationsGateway-resources per resourcegroep weergeven
function listByResourceGroup(resourceGroupName: string, options?: CommunicationsGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)
CommunicationsGateway-resources weergeven op abonnements-id
function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
Parameters
De optiesparameters.
Retouren
update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)
Een CommunicationsGateway bijwerken
function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- communicationsGatewayName
-
string
Unieke id voor deze implementatie
- properties
- CommunicationsGatewayUpdate
De resource-eigenschappen die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<CommunicationsGateway>