你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmOperationalInsightsModelFactory.OperationalInsightsClusterData 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 OperationalInsightsClusterData.
public static Azure.ResourceManager.OperationalInsights.OperationalInsightsClusterData OperationalInsightsClusterData (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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterSku sku = default, Guid? clusterId = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterEntityStatus? provisioningState = default, bool? isDoubleEncryptionEnabled = default, bool? isAvailabilityZonesEnabled = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType? billingType = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsKeyVaultProperties keyVaultProperties = default, DateTimeOffset? lastModifiedOn = default, DateTimeOffset? createdOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterAssociatedWorkspace> associatedWorkspaces = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsCapacityReservationProperties capacityReservationProperties = default);
static member OperationalInsightsClusterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterSku * Nullable<Guid> * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterEntityStatus> * Nullable<bool> * Nullable<bool> * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType> * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsKeyVaultProperties * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterAssociatedWorkspace> * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsCapacityReservationProperties -> Azure.ResourceManager.OperationalInsights.OperationalInsightsClusterData
Public Shared Function OperationalInsightsClusterData (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 identity As ManagedServiceIdentity = Nothing, Optional sku As OperationalInsightsClusterSku = Nothing, Optional clusterId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of OperationalInsightsClusterEntityStatus) = Nothing, Optional isDoubleEncryptionEnabled As Nullable(Of Boolean) = Nothing, Optional isAvailabilityZonesEnabled As Nullable(Of Boolean) = Nothing, Optional billingType As Nullable(Of OperationalInsightsBillingType) = Nothing, Optional keyVaultProperties As OperationalInsightsKeyVaultProperties = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional associatedWorkspaces As IEnumerable(Of OperationalInsightsClusterAssociatedWorkspace) = Nothing, Optional capacityReservationProperties As OperationalInsightsCapacityReservationProperties = Nothing) As OperationalInsightsClusterData
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.
- identity
- ManagedServiceIdentity
The identity of the resource. Current supported identity types: None, SystemAssigned, UserAssigned.
The sku properties.
- provisioningState
- Nullable<OperationalInsightsClusterEntityStatus>
The provisioning state of the cluster.
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'.
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.
- billingType
- Nullable<OperationalInsightsBillingType>
The cluster's billing type.
- keyVaultProperties
- OperationalInsightsKeyVaultProperties
The associated key properties.
- lastModifiedOn
- Nullable<DateTimeOffset>
The last time the cluster was updated.
- createdOn
- Nullable<DateTimeOffset>
The cluster creation time.
- associatedWorkspaces
- IEnumerable<OperationalInsightsClusterAssociatedWorkspace>
The list of Log Analytics workspaces associated with the cluster.
- capacityReservationProperties
- OperationalInsightsCapacityReservationProperties
Additional properties for capacity reservation.
Returns
A new OperationalInsightsClusterData instance for mocking.