ArmCustomerInsightsModelFactory.HubData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- apiEndpoint
- String
API-Endpunkt-URL des Hubs.
- webEndpoint
- String
Webendpunkt-URL des Hubs.
- provisioningState
- String
Bereitstellungsstatus des Hubs.
Die Bitflags für aktivierte Hubfeatures. Bit 0 ist auf 1 festgelegt, gibt an, dass Graph aktiviert oder deaktiviert ist, wenn auf 0 festgelegt ist. Bit 1 ist auf 1 festgelegt, gibt an, dass der Hub deaktiviert oder aktiviert ist, wenn auf 0 festgelegt ist.
- hubBillingInfo
- HubBillingInfoFormat
Abrechnungseinstellungen des Hubs.
Gibt zurück
Eine neue HubData instance zum Mocking.
Gilt für:
Azure SDK for .NET