次の方法で共有


ArmCustomerInsightsModelFactory.HubData メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

apiEndpoint
String

ハブの API エンドポイント URL。

webEndpoint
String

ハブの Web エンドポイント URL。

provisioningState
String

ハブのプロビジョニング状態。

tenantFeatures
Nullable<Int32>

有効なハブ機能のビット フラグ。 ビット 0 が 1 に設定されている場合、グラフが有効になっているか、0 に設定されている場合は無効になります。 ビット 1 が 1 に設定されている場合は、ハブが無効になっているか、0 に設定されている場合は有効になります。

hubBillingInfo
HubBillingInfoFormat

ハブの課金設定。

戻り値

モック作成用の新しい HubData インスタンス。

適用対象