Share via


IngestionConnectionString Constructors

Definition

Overloads

IngestionConnectionString()

Initializes a new instance of the IngestionConnectionString class.

IngestionConnectionString(String, String)

Initializes a new instance of the IngestionConnectionString class.

IngestionConnectionString()

Initializes a new instance of the IngestionConnectionString class.

public IngestionConnectionString ();
Public Sub New ()

Applies to

IngestionConnectionString(String, String)

Initializes a new instance of the IngestionConnectionString class.

public IngestionConnectionString (string location = default, string value = default);
new Microsoft.Azure.Management.Security.Models.IngestionConnectionString : string * string -> Microsoft.Azure.Management.Security.Models.IngestionConnectionString
Public Sub New (Optional location As String = Nothing, Optional value As String = Nothing)

Parameters

location
String

The region where ingested logs and data resides

value
String

Connection string value

Applies to