次の方法で共有


ServiceOperationsExtensions.ValidateAddressMethod メソッド

定義

注意事項

This operation is deprecated. Please do not use it any longer.

[非推奨の通知: この操作はまもなく削除されます]。 このメソッドは、顧客の配送先住所を検証し、ある場合は代替住所を指定します。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput ValidateAddressMethod (this Microsoft.Azure.Management.DataBox.IServiceOperations operations, string location, Microsoft.Azure.Management.DataBox.Models.ValidateAddress validateAddress);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ValidateAddressMethod : Microsoft.Azure.Management.DataBox.IServiceOperations * string * Microsoft.Azure.Management.DataBox.Models.ValidateAddress -> Microsoft.Azure.Management.DataBox.Models.AddressValidationOutput
<Extension()>
Public Function ValidateAddressMethod (operations As IServiceOperations, location As String, validateAddress As ValidateAddress) As AddressValidationOutput

パラメーター

operations
IServiceOperations

この拡張メソッドの操作グループ。

location
String

リソースの場所

validateAddress
ValidateAddress

顧客の配送先住所。

戻り値

属性

適用対象