ServiceGroupsOperations interface

Interface representing a ServiceGroups operations.

Properties

get

Get the details of the serviceGroup

listAncestors

Get the details of the serviceGroup's ancestors

Property Details

get

Get the details of the serviceGroup

get: (serviceGroupName: string, options?: ServiceGroupsGetOptionalParams) => Promise<ServiceGroup>

Property Value

(serviceGroupName: string, options?: ServiceGroupsGetOptionalParams) => Promise<ServiceGroup>

listAncestors

Get the details of the serviceGroup's ancestors

listAncestors: (serviceGroupName: string, options?: ServiceGroupsListAncestorsOptionalParams) => Promise<ServiceGroupCollectionResponse>

Property Value

(serviceGroupName: string, options?: ServiceGroupsListAncestorsOptionalParams) => Promise<ServiceGroupCollectionResponse>