Document コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Document() |
Document クラスの新しいインスタンスを初期化します。 |
Document(String, String, String) |
Document クラスの新しいインスタンスを初期化します。 |
Document()
Document クラスの新しいインスタンスを初期化します。
public Document ();
Public Sub New ()
適用対象
Document(String, String, String)
Document クラスの新しいインスタンスを初期化します。
public Document (string kind = default, string url = default, string source = default);
new Microsoft.Azure.Management.Billing.Models.Document : string * string * string -> Microsoft.Azure.Management.Billing.Models.Document
Public Sub New (Optional kind As String = Nothing, Optional url As String = Nothing, Optional source As String = Nothing)
パラメーター
- kind
- String
ドキュメントの種類。 使用できる値は、'Invoice'、'VoidNote'、'TaxReceipt'、'CreditNote' です。
- url
- String
ドキュメント URL。
- source
- String
ドキュメントのソース。 ブラジル向け ENF と世界の他の地域の DRS。 使用可能な値は、'DRS'、'ENF' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET