OrganizationsOperations interface
Interface representing a Organizations operations.
Properties
| create |
Create a OrganizationResource |
| delete | Delete a OrganizationResource |
| get | Get a OrganizationResource |
| latest |
Returns the latest SaaS linked to the Napster organization of the underlying monitor. |
| link |
Links a new SaaS to the Napster organization of the underlying monitor. |
| list |
List OrganizationResource resources by resource group |
| list |
List OrganizationResource resources by subscription ID |
| update | Update a OrganizationResource |
Property Details
createOrUpdate
Create a OrganizationResource
createOrUpdate: (resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>
Property Value
(resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>
delete
Delete a OrganizationResource
delete: (resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a OrganizationResource
get: (resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams) => Promise<OrganizationResource>
Property Value
(resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams) => Promise<OrganizationResource>
latestLinkedSaaS
Returns the latest SaaS linked to the Napster organization of the underlying monitor.
latestLinkedSaaS: (resourceGroupName: string, organizationname: string, options?: OrganizationsLatestLinkedSaaSOptionalParams) => Promise<LatestLinkedSaaSResponse>
Property Value
(resourceGroupName: string, organizationname: string, options?: OrganizationsLatestLinkedSaaSOptionalParams) => Promise<LatestLinkedSaaSResponse>
linkSaaS
Links a new SaaS to the Napster organization of the underlying monitor.
linkSaaS: (resourceGroupName: string, organizationname: string, body: SaaSData, options?: OrganizationsLinkSaaSOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>
Property Value
(resourceGroupName: string, organizationname: string, body: SaaSData, options?: OrganizationsLinkSaaSOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>
listByResourceGroup
List OrganizationResource resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>
Property Value
(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>
listBySubscription
List OrganizationResource resources by subscription ID
listBySubscription: (options?: OrganizationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>
Property Value
(options?: OrganizationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>
update
Update a OrganizationResource
update: (resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>
Property Value
(resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>