ArmCustomerInsightsModelFactory.HubData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HubData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.CustomerInsights.HubData HubData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string apiEndpoint = default, string webEndpoint = default, string provisioningState = default, int? tenantFeatures = default, Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat hubBillingInfo = default);
static member HubData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<int> * Azure.ResourceManager.CustomerInsights.Models.HubBillingInfoFormat -> Azure.ResourceManager.CustomerInsights.HubData
Public Shared Function HubData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional apiEndpoint As String = Nothing, Optional webEndpoint As String = Nothing, Optional provisioningState As String = Nothing, Optional tenantFeatures As Nullable(Of Integer) = Nothing, Optional hubBillingInfo As HubBillingInfoFormat = Nothing) As HubData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
タグ。
- location
- AzureLocation
場所。
- apiEndpoint
- String
ハブの API エンドポイント URL。
- webEndpoint
- String
ハブの Web エンドポイント URL。
- provisioningState
- String
ハブのプロビジョニング状態。
有効なハブ機能のビット フラグ。 ビット 0 が 1 に設定されている場合、グラフが有効になっているか、0 に設定されている場合は無効になります。 ビット 1 が 1 に設定されている場合は、ハブが無効になっているか、0 に設定されている場合は有効になります。
- hubBillingInfo
- HubBillingInfoFormat
ハブの課金設定。
戻り値
モック作成用の新しい HubData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET