Services interface
Interface die een Services vertegenwoordigt.
Methoden
| create |
Hiermee maakt u synchroon een nieuwe service of werkt u een bestaande service bij. |
| delete(string, string, string, Services |
Hiermee verwijdert u de service. |
| get(string, string, string, Services |
Hiermee haalt u de service op. |
| list(string, string, Services |
Geeft een lijst weer van de services in de servicetopologie. |
Methodedetails
createOrUpdate(string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
Hiermee maakt u synchroon een nieuwe service of werkt u een bestaande service bij.
function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- serviceTopologyName
-
string
De naam van de servicetopologie.
- serviceName
-
string
De naam van de serviceresource.
- serviceInfo
- ServiceResource
Het serviceobject
De optiesparameters.
Retouren
Promise<ServiceResource>
delete(string, string, string, ServicesDeleteOptionalParams)
Hiermee verwijdert u de service.
function delete(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- serviceTopologyName
-
string
De naam van de servicetopologie.
- serviceName
-
string
De naam van de serviceresource.
- options
- ServicesDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ServicesGetOptionalParams)
Hiermee haalt u de service op.
function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServiceResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- serviceTopologyName
-
string
De naam van de servicetopologie.
- serviceName
-
string
De naam van de serviceresource.
- options
- ServicesGetOptionalParams
De optiesparameters.
Retouren
Promise<ServiceResource>
list(string, string, ServicesListOptionalParams)
Geeft een lijst weer van de services in de servicetopologie.
function list(resourceGroupName: string, serviceTopologyName: string, options?: ServicesListOptionalParams): Promise<ServicesListResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- serviceTopologyName
-
string
De naam van de servicetopologie.
- options
- ServicesListOptionalParams
De optiesparameters.
Retouren
Promise<ServicesListResponse>