Bagikan melalui


WorkspacePatch Constructors

Definition

Overloads

WorkspacePatch()

Initializes a new instance of the WorkspacePatch class.

WorkspacePatch(String, String, String, String, String, String, WorkspaceSku, Nullable<Int32>, WorkspaceCapping, String, String, String, String, Nullable<Boolean>, IList<PrivateLinkScopedResource>, WorkspaceFeatures, String, IDictionary<String,String>)

Initializes a new instance of the WorkspacePatch class.

WorkspacePatch()

Initializes a new instance of the WorkspacePatch class.

public WorkspacePatch ();
Public Sub New ()

Applies to

WorkspacePatch(String, String, String, String, String, String, WorkspaceSku, Nullable<Int32>, WorkspaceCapping, String, String, String, String, Nullable<Boolean>, IList<PrivateLinkScopedResource>, WorkspaceFeatures, String, IDictionary<String,String>)

Initializes a new instance of the WorkspacePatch class.

public WorkspacePatch (string id = default, string name = default, string type = default, string etag = default, string provisioningState = default, string customerId = default, Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceSku sku = default, int? retentionInDays = default, Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping workspaceCapping = default, string createdDate = default, string modifiedDate = default, string publicNetworkAccessForIngestion = default, string publicNetworkAccessForQuery = default, bool? forceCmkForQuery = default, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource> privateLinkScopedResources = default, Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures features = default, string defaultDataCollectionRuleResourceId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePatch : string * string * string * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceSku * Nullable<int> * Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceCapping * string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.PrivateLinkScopedResource> * Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePatch
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional provisioningState As String = Nothing, Optional customerId As String = Nothing, Optional sku As WorkspaceSku = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional workspaceCapping As WorkspaceCapping = Nothing, Optional createdDate As String = Nothing, Optional modifiedDate As String = Nothing, Optional publicNetworkAccessForIngestion As String = Nothing, Optional publicNetworkAccessForQuery As String = Nothing, Optional forceCmkForQuery As Nullable(Of Boolean) = Nothing, Optional privateLinkScopedResources As IList(Of PrivateLinkScopedResource) = Nothing, Optional features As WorkspaceFeatures = Nothing, Optional defaultDataCollectionRuleResourceId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

etag
String

Resource Etag.

provisioningState
String

The provisioning state of the workspace. Possible values include: 'Creating', 'Succeeded', 'Failed', 'Canceled', 'Deleting', 'ProvisioningAccount', 'Updating'

customerId
String

This is a read-only property. Represents the ID associated with the workspace.

sku
WorkspaceSku

The SKU of the workspace.

retentionInDays
Nullable<Int32>

The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details.

workspaceCapping
WorkspaceCapping

The daily volume cap for ingestion.

createdDate
String

Workspace creation date.

modifiedDate
String

Workspace modification date.

publicNetworkAccessForIngestion
String

The network access type for accessing Log Analytics ingestion. Possible values include: 'Enabled', 'Disabled'

publicNetworkAccessForQuery
String

The network access type for accessing Log Analytics query. Possible values include: 'Enabled', 'Disabled'

forceCmkForQuery
Nullable<Boolean>

Indicates whether customer managed storage is mandatory for query management.

privateLinkScopedResources
IList<PrivateLinkScopedResource>

List of linked private link scope resources.

features
WorkspaceFeatures

Workspace features.

defaultDataCollectionRuleResourceId
String

The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.

tags
IDictionary<String,String>

Resource tags. Optional.

Applies to