LicensesOperations interface
Interface die de operaties van een licentie vertegenwoordigt.
Eigenschappen
| create |
Maak een licentie aan |
| delete | |
| get | Haal een rijbewijs |
| get |
Net als ArmResourceActionSync, maar dan zonder request-body. |
| list | Lijst licentiebronnen door PrivateCloud |
Eigenschapdetails
createOrUpdate
Maak een licentie aan
createOrUpdate: (resourceGroupName: string, privateCloudName: string, licenseName: string, resource: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Waarde van eigenschap
(resourceGroupName: string, privateCloudName: string, licenseName: string, resource: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
delete
delete: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Waarde van eigenschap
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Haal een rijbewijs
get: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Waarde van eigenschap
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
getProperties
Net als ArmResourceActionSync, maar dan zonder request-body.
getProperties: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
Waarde van eigenschap
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
list
Lijst licentiebronnen door PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>