DataCollectionEndpointResource Constructors
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.
Overloads
DataCollectionEndpointResource() |
Initializes a new instance of the DataCollectionEndpointResource class. |
DataCollectionEndpointResource(String, String, String, DataCollectionEndpointConfigurationAccess, DataCollectionEndpointLogsIngestion, DataCollectionEndpointNetworkAcls, String, IDictionary<String,String>, String, String, String, String, String, DataCollectionEndpointResourceSystemData) |
Initializes a new instance of the DataCollectionEndpointResource class. |
DataCollectionEndpointResource()
Initializes a new instance of the DataCollectionEndpointResource class.
public DataCollectionEndpointResource ();
Public Sub New ()
Applies to
DataCollectionEndpointResource(String, String, String, DataCollectionEndpointConfigurationAccess, DataCollectionEndpointLogsIngestion, DataCollectionEndpointNetworkAcls, String, IDictionary<String,String>, String, String, String, String, String, DataCollectionEndpointResourceSystemData)
Initializes a new instance of the DataCollectionEndpointResource class.
public DataCollectionEndpointResource (string location, string description = default, string immutableId = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointConfigurationAccess configurationAccess = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointLogsIngestion logsIngestion = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls networkAcls = default, string provisioningState = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kind = default, string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResourceSystemData systemData = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource : string * string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointConfigurationAccess * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointLogsIngestion * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResourceSystemData -> Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource
Public Sub New (location As String, Optional description As String = Nothing, Optional immutableId As String = Nothing, Optional configurationAccess As DataCollectionEndpointConfigurationAccess = Nothing, Optional logsIngestion As DataCollectionEndpointLogsIngestion = Nothing, Optional networkAcls As DataCollectionEndpointNetworkAcls = Nothing, Optional provisioningState As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kind As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As DataCollectionEndpointResourceSystemData = Nothing)
Parameters
- location
- String
The geo-location where the resource lives.
- description
- String
Description of the data collection endpoint.
- immutableId
- String
The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
- configurationAccess
- DataCollectionEndpointConfigurationAccess
The endpoint used by clients to access their configuration.
- logsIngestion
- DataCollectionEndpointLogsIngestion
The endpoint used by clients to ingest logs.
- networkAcls
- DataCollectionEndpointNetworkAcls
Network access control rules for the endpoints.
- provisioningState
- String
The resource provisioning state. This property is READ-ONLY. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed'
- tags
- IDictionary<String,String>
Resource tags.
- kind
- String
The kind of the resource. Possible values include: 'Linux', 'Windows'
- id
- String
Fully qualified ID of the resource.
- name
- String
The name of the resource.
- type
- String
The type of the resource.
- etag
- String
Resource entity tag (ETag).
- systemData
- DataCollectionEndpointResourceSystemData
Metadata pertaining to creation and last modification of the resource.
Applies to
Azure SDK for .NET