LicenseProfiles interface
Interface die een LicenseProfiles vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
De bewerking voor het maken of bijwerken van een licentieprofiel.
function beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
- parameters
- LicenseProfile
Parameters die zijn opgegeven bij de bewerking Licentieprofiel maken of bijwerken.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
De bewerking voor het maken of bijwerken van een licentieprofiel.
function beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfile>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
- parameters
- LicenseProfile
Parameters die zijn opgegeven bij de bewerking Licentieprofiel maken of bijwerken.
De optiesparameters.
Retouren
Promise<LicenseProfile>
beginDelete(string, string, LicenseProfilesDeleteOptionalParams)
De bewerking voor het verwijderen van een licentieprofiel.
function beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)
De bewerking voor het verwijderen van een licentieprofiel.
function beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteHeaders>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
De optiesparameters.
Retouren
Promise<LicenseProfilesDeleteHeaders>
beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
De bewerking voor het bijwerken van een licentieprofiel.
function beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
- parameters
- LicenseProfileUpdate
Parameters die zijn opgegeven bij de bewerking Licentieprofiel bijwerken.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
De bewerking voor het bijwerken van een licentieprofiel.
function beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfile>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
- parameters
- LicenseProfileUpdate
Parameters die zijn opgegeven bij de bewerking Licentieprofiel bijwerken.
De optiesparameters.
Retouren
Promise<LicenseProfile>
get(string, string, LicenseProfilesGetOptionalParams)
Hiermee wordt informatie opgehaald over de weergave van een licentieprofiel.
function get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfile>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de hybride machine.
- options
- LicenseProfilesGetOptionalParams
De optiesparameters.
Retouren
Promise<LicenseProfile>
list(string, string, LicenseProfilesListOptionalParams)
De bewerking voor het ophalen van alle licentieprofielen van een niet-Azure-machine
function list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- machineName
-
string
De naam van de computer.
De optiesparameters.