Delen via


Service interface

Interface die een service vertegenwoordigt.

Methoden

listAvailableSkusByResourceGroup(string, string, AvailableSkuRequest, ServiceListAvailableSkusByResourceGroupOptionalParams)

Deze methode bevat 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 resourcegroepniveau.

validateAddress(string, ValidateAddress, ServiceValidateAddressOptionalParams)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode valideert u het verzendadres van de klant en geeft u indien van toepassing alternatieve adressen op.

validateInputs(string, ValidationRequestUnion, ServiceValidateInputsOptionalParams)

Met deze methode wordt alle benodigde validatie vóór het maken van taken uitgevoerd onder het abonnement.

validateInputsByResourceGroup(string, string, ValidationRequestUnion, ServiceValidateInputsByResourceGroupOptionalParams)

Met deze methode wordt alle benodigde validatie vóór het maken van de taak uitgevoerd onder de resourcegroep.

Methodedetails

listAvailableSkusByResourceGroup(string, string, AvailableSkuRequest, ServiceListAvailableSkusByResourceGroupOptionalParams)

Deze methode bevat 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 resourcegroepniveau.

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 voor het ophalen van de configuratie voor de regio op resourcegroepniveau.

Retouren

validateAddress(string, ValidateAddress, ServiceValidateAddressOptionalParams)

[AFGESCHAFTE KENNISGEVING: Deze bewerking wordt binnenkort verwijderd]. Met deze methode valideert u het verzendadres van de klant en geeft u indien van toepassing alternatieve adressen op.

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 wordt alle benodigde validatie vóór het maken van taken uitgevoerd onder 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)

Met deze methode wordt alle benodigde validatie vóór het maken van de taak uitgevoerd 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