ArmOperationalInsightsModelFactory.OperationalInsightsClusterPatch Method

Definition

public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterPatch OperationalInsightsClusterPatch(Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsKeyVaultProperties keyVaultProperties = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType? billingType = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterSku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member OperationalInsightsClusterPatch : Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsKeyVaultProperties * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsBillingType> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterSku * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsClusterPatch
Public Shared Function OperationalInsightsClusterPatch (Optional keyVaultProperties As OperationalInsightsKeyVaultProperties = Nothing, Optional billingType As Nullable(Of OperationalInsightsBillingType) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As OperationalInsightsClusterSku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As OperationalInsightsClusterPatch

Parameters

keyVaultProperties
OperationalInsightsKeyVaultProperties

The associated key properties.

billingType
Nullable<OperationalInsightsBillingType>

The cluster's billing type.

identity
ManagedServiceIdentity

Resource's identity.

sku
OperationalInsightsClusterSku

The sku properties.

tags
IDictionary<String,String>

Resource tags.

Returns

A new OperationalInsightsClusterPatch instance for mocking.

Applies to