ArmCustomerInsightsModelFactory.HubData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- apiEndpoint
- String
API endpoint URL of the hub.
- webEndpoint
- String
Web endpoint URL of the hub.
- provisioningState
- String
Provisioning state of the hub.
The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
- hubBillingInfo
- HubBillingInfoFormat
Billing settings of the hub.
Returns
A new HubData instance for mocking.
Applies to
Azure SDK for .NET