ServicesOperations interface
Interface representing a Services operations.
Properties
create |
Create a ServiceResource |
delete | Delete a ServiceResource |
get | Get a ServiceResource |
list | List ServiceResource resources by parent |
Property Details
createOrUpdate
Create a ServiceResource
createOrUpdate: (resourceUri: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams) => Promise<ServiceResource>
Property Value
(resourceUri: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams) => Promise<ServiceResource>
delete
Delete a ServiceResource
delete: (resourceUri: string, serviceName: string, options?: ServicesDeleteOptionalParams) => Promise<void>
Property Value
(resourceUri: string, serviceName: string, options?: ServicesDeleteOptionalParams) => Promise<void>
get
Get a ServiceResource
get: (resourceUri: string, serviceName: string, options?: ServicesGetOptionalParams) => Promise<ServiceResource>
Property Value
(resourceUri: string, serviceName: string, options?: ServicesGetOptionalParams) => Promise<ServiceResource>
list
List ServiceResource resources by parent
list: (resourceUri: string, options?: ServicesListOptionalParams) => PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>
Property Value
(resourceUri: string, options?: ServicesListOptionalParams) => PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>
Azure SDK for JavaScript