ArmOperationalInsightsModelFactory.OperationalInsightsClusterPatch 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.
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.
The sku properties.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new OperationalInsightsClusterPatch instance for mocking.