Applications interface
Interface voor een toepassing.
Methoden
| create |
Een toepassing maken of bijwerken. |
| delete(string, string, string, Applications |
Een toepassing verwijderen. |
| get(string, string, string, Applications |
Haal een toepassing op. |
| list(string, string, Applications |
Toepassingen weergeven. |
| update(string, string, string, Applications |
Een toepassing bijwerken. |
Methodedetails
createOrUpdate(string, string, string, Application, ApplicationsCreateOrUpdateOptionalParams)
Een toepassing maken of bijwerken.
function createOrUpdate(resourceGroupName: string, applicationGroupName: string, applicationName: string, application: Application, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<Application>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- applicationGroupName
-
string
De naam van de toepassingsgroep
- applicationName
-
string
De naam van de toepassing binnen de opgegeven toepassingsgroep
- application
- Application
Object met toepassingsdefinities.
De optiesparameters.
Retouren
Promise<Application>
delete(string, string, string, ApplicationsDeleteOptionalParams)
Een toepassing verwijderen.
function delete(resourceGroupName: string, applicationGroupName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- applicationGroupName
-
string
De naam van de toepassingsgroep
- applicationName
-
string
De naam van de toepassing binnen de opgegeven toepassingsgroep
- options
- ApplicationsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ApplicationsGetOptionalParams)
Haal een toepassing op.
function get(resourceGroupName: string, applicationGroupName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<Application>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- applicationGroupName
-
string
De naam van de toepassingsgroep
- applicationName
-
string
De naam van de toepassing binnen de opgegeven toepassingsgroep
- options
- ApplicationsGetOptionalParams
De optiesparameters.
Retouren
Promise<Application>
list(string, string, ApplicationsListOptionalParams)
Toepassingen weergeven.
function list(resourceGroupName: string, applicationGroupName: string, options?: ApplicationsListOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- applicationGroupName
-
string
De naam van de toepassingsgroep
- options
- ApplicationsListOptionalParams
De optiesparameters.
Retouren
update(string, string, string, ApplicationsUpdateOptionalParams)
Een toepassing bijwerken.
function update(resourceGroupName: string, applicationGroupName: string, applicationName: string, options?: ApplicationsUpdateOptionalParams): Promise<Application>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- applicationGroupName
-
string
De naam van de toepassingsgroep
- applicationName
-
string
De naam van de toepassing binnen de opgegeven toepassingsgroep
- options
- ApplicationsUpdateOptionalParams
De optiesparameters.
Retouren
Promise<Application>