ServiceOperationsExtensions.ValidateAddressMethod メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
顧客の配送先住所。
戻り値
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET