LicensesOperations interface
Interfaz que representa las operaciones de una licencia.
Propiedades
| create |
Crear una licencia |
| delete | |
| get | Consigue una licencia |
| get |
Igual que ArmResourceActionSync, pero sin cuerpo de solicitud. |
| list | Listar recursos de licencias por PrivateCloud |
Detalles de las propiedades
createOrUpdate
Crear una licencia
createOrUpdate: (resourceGroupName: string, privateCloudName: string, licenseName: string, resource: License, options?: LicensesCreateOrUpdateOptionalParams) => PollerLike<OperationState<License>, License>
Valor de propiedad
(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>
Valor de propiedad
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Consigue una licencia
get: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
Valor de propiedad
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetOptionalParams) => Promise<License>
getProperties
Igual que ArmResourceActionSync, pero sin cuerpo de solicitud.
getProperties: (resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
Valor de propiedad
(resourceGroupName: string, privateCloudName: string, licenseName: string, options?: LicensesGetPropertiesOptionalParams) => Promise<LicensePropertiesUnion>
list
Listar recursos de licencias por PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>
Valor de propiedad
(resourceGroupName: string, privateCloudName: string, options?: LicensesListOptionalParams) => PagedAsyncIterableIterator<License, License[], PageSettings>