Freigeben über


LicensesOperations interface

Schnittstelle stellt die Operationen einer Lizenz dar.

Eigenschaften

createOrUpdate

Eine Lizenz erstellen

delete
get

Mach eine Lizenz

getProperties

Genau wie ArmResourceActionSync, aber ohne Request-Body.

list

Liste der Lizenzressourcen von PrivateCloud

Details zur Eigenschaft

createOrUpdate

Eine Lizenz erstellen

createOrUpdate: (resourceGroupName: string, privateCloudName: string, licenseName: string, resource: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>

Eigenschaftswert

(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>

Eigenschaftswert

(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Mach eine Lizenz

get: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>

Eigenschaftswert

(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>

getProperties

Genau wie ArmResourceActionSync, aber ohne Request-Body.

getProperties: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>

Eigenschaftswert

(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>

list

Liste der Lizenzressourcen von PrivateCloud

list: (resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>