Service interface
Interface representing a Service.
Methods
get(string, string, string, Service |
Gets the information about the service resource with the given name. The information include the description and other properties of the service. |
list(string, string, Service |
Gets the information about all services of an application resource. The information include the description and other properties of the Service. |
Method Details
get(string, string, string, ServiceGetOptionalParams)
Gets the information about the service resource with the given name. The information include the description and other properties of the service.
function get(resourceGroupName: string, applicationResourceName: string, serviceResourceName: string, options?: ServiceGetOptionalParams): Promise<ServiceResourceDescription>
Parameters
- resourceGroupName
-
string
Azure resource group name
- applicationResourceName
-
string
The identity of the application.
- serviceResourceName
-
string
The identity of the service.
- options
- ServiceGetOptionalParams
The options parameters.
Returns
Promise<ServiceResourceDescription>
list(string, string, ServiceListOptionalParams)
Gets the information about all services of an application resource. The information include the description and other properties of the Service.
function list(resourceGroupName: string, applicationResourceName: string, options?: ServiceListOptionalParams): PagedAsyncIterableIterator<ServiceResourceDescription, ServiceResourceDescription[], PageSettings>
Parameters
- resourceGroupName
-
string
Azure resource group name
- applicationResourceName
-
string
The identity of the application.
- options
- ServiceListOptionalParams
The options parameters.
Returns
Azure SDK for JavaScript