Delen via


Service interface

Interface die een service vertegenwoordigt.

Methoden

listAvailableSkusByResourceGroup(string, string, AvailableSkuRequest, ServiceListAvailableSkusByResourceGroupOptionalParams)

Deze methode biedt de lijst met beschikbare SKU's voor het opgegeven abonnement, de resourcegroep en de locatie.

regionConfiguration(string, RegionConfigurationRequest, ServiceRegionConfigurationOptionalParams)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau.

regionConfigurationByResourceGroup(string, string, RegionConfigurationRequest, ServiceRegionConfigurationByResourceGroupOptionalParams)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op het niveau van de resourcegroep.

validateAddress(string, ValidateAddress, ServiceValidateAddressOptionalParams)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing.

validateInputs(string, ValidationRequestUnion, ServiceValidateInputsOptionalParams)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement.

validateInputsByResourceGroup(string, string, ValidationRequestUnion, ServiceValidateInputsByResourceGroupOptionalParams)

Deze methode voert alle benodigde validatie vóór het maken van de taak uit onder de resourcegroep.

Methodedetails

listAvailableSkusByResourceGroup(string, string, AvailableSkuRequest, ServiceListAvailableSkusByResourceGroupOptionalParams)

Deze methode biedt de lijst met beschikbare SKU's voor het opgegeven abonnement, de resourcegroep en de locatie.

function listAvailableSkusByResourceGroup(resourceGroupName: string, location: string, availableSkuRequest: AvailableSkuRequest, options?: ServiceListAvailableSkusByResourceGroupOptionalParams): PagedAsyncIterableIterator<SkuInformation, SkuInformation[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep

location

string

De locatie van de resource

availableSkuRequest
AvailableSkuRequest

Filters voor het weergeven van de beschikbare SKU's.

Retouren

regionConfiguration(string, RegionConfigurationRequest, ServiceRegionConfigurationOptionalParams)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op abonnementsniveau.

function regionConfiguration(location: string, regionConfigurationRequest: RegionConfigurationRequest, options?: ServiceRegionConfigurationOptionalParams): Promise<RegionConfigurationResponse>

Parameters

location

string

De locatie van de resource

regionConfigurationRequest
RegionConfigurationRequest

Aanvraagbody om de configuratie voor de regio op te halen.

options
ServiceRegionConfigurationOptionalParams

De optiesparameters.

Retouren

regionConfigurationByResourceGroup(string, string, RegionConfigurationRequest, ServiceRegionConfigurationByResourceGroupOptionalParams)

Deze API biedt configuratiedetails die specifiek zijn voor de opgegeven regio/locatie op het niveau van de resourcegroep.

function regionConfigurationByResourceGroup(resourceGroupName: string, location: string, regionConfigurationRequest: RegionConfigurationRequest, options?: ServiceRegionConfigurationByResourceGroupOptionalParams): Promise<RegionConfigurationResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep

location

string

De locatie van de resource

regionConfigurationRequest
RegionConfigurationRequest

Aanvraagbody om de configuratie voor de regio op het niveau van de resourcegroep op te halen.

Retouren

validateAddress(string, ValidateAddress, ServiceValidateAddressOptionalParams)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode wordt het verzendadres van de klant gevalideerd en worden alternatieve adressen opgegeven, indien van toepassing.

function validateAddress(location: string, validateAddress: ValidateAddress, options?: ServiceValidateAddressOptionalParams): Promise<AddressValidationOutput>

Parameters

location

string

De locatie van de resource

validateAddress
ValidateAddress

Verzendadres van de klant.

options
ServiceValidateAddressOptionalParams

De optiesparameters.

Retouren

validateInputs(string, ValidationRequestUnion, ServiceValidateInputsOptionalParams)

Met deze methode worden alle benodigde validaties uitgevoerd voor het maken van de taak in het abonnement.

function validateInputs(location: string, validationRequest: ValidationRequestUnion, options?: ServiceValidateInputsOptionalParams): Promise<ValidationResponse>

Parameters

location

string

De locatie van de resource

validationRequest
ValidationRequestUnion

Invoer van de klant.

options
ServiceValidateInputsOptionalParams

De optiesparameters.

Retouren

validateInputsByResourceGroup(string, string, ValidationRequestUnion, ServiceValidateInputsByResourceGroupOptionalParams)

Deze methode voert alle benodigde validatie vóór het maken van de taak uit onder de resourcegroep.

function validateInputsByResourceGroup(resourceGroupName: string, location: string, validationRequest: ValidationRequestUnion, options?: ServiceValidateInputsByResourceGroupOptionalParams): Promise<ValidationResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep

location

string

De locatie van de resource

validationRequest
ValidationRequestUnion

Invoer van de klant.

Retouren