ContributorsOperations interface
Interface representing a Contributors operations.
Properties
| get |
Get a contributor for primary service admin |
| list |
List contributors under applicable MACCs for a given billing account. |
| list |
List contributors under a MACC for primary service admin |
Property Details
getFromPrimary
Get a contributor for primary service admin
getFromPrimary: (resourceGroupName: string, maccName: string, contributorName: string, options?: ContributorsGetFromPrimaryOptionalParams) => Promise<Contributor>
Property Value
(resourceGroupName: string, maccName: string, contributorName: string, options?: ContributorsGetFromPrimaryOptionalParams) => Promise<Contributor>
listFromApplicableMacc
List contributors under applicable MACCs for a given billing account.
listFromApplicableMacc: (billingAccountId: string, systemId: string, options?: ContributorsListFromApplicableMaccOptionalParams) => PagedAsyncIterableIterator<Contributor, Contributor[], PageSettings>
Property Value
(billingAccountId: string, systemId: string, options?: ContributorsListFromApplicableMaccOptionalParams) => PagedAsyncIterableIterator<Contributor, Contributor[], PageSettings>
listFromPrimary
List contributors under a MACC for primary service admin
listFromPrimary: (resourceGroupName: string, maccName: string, options?: ContributorsListFromPrimaryOptionalParams) => PagedAsyncIterableIterator<Contributor, Contributor[], PageSettings>
Property Value
(resourceGroupName: string, maccName: string, options?: ContributorsListFromPrimaryOptionalParams) => PagedAsyncIterableIterator<Contributor, Contributor[], PageSettings>