LicensesOperations interface
Antarmuka yang mewakili operasi Lisensi.
Properti
| create |
Membuat Lisensi |
| delete | |
| get | Dapatkan Lisensi |
| get |
Sama seperti ArmResourceActionSync, tetapi tanpa isi permintaan. |
| list | Daftar sumber daya Lisensi berdasarkan PrivateCloud |
Detail Properti
createOrUpdate
Membuat Lisensi
createOrUpdate: (resourceGroupName: string, privateCloudName: string, licenseName: string, resource: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Nilai Properti
(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>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Dapatkan Lisensi
get: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
getProperties
Sama seperti ArmResourceActionSync, tetapi tanpa isi permintaan.
getProperties: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
list
Daftar sumber daya Lisensi berdasarkan PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Nilai Properti
(resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>