DataCollectionRuleAssociationProxyOnlyResource Constructors

Definition

Overloads

DataCollectionRuleAssociationProxyOnlyResource()

Initializes a new instance of the DataCollectionRuleAssociationProxyOnlyResource class.

DataCollectionRuleAssociationProxyOnlyResource(String, String, String, String, DataCollectionRuleAssociationMetadata, String, String, String, String, DataCollectionRuleAssociationProxyOnlyResourceSystemData)

Initializes a new instance of the DataCollectionRuleAssociationProxyOnlyResource class.

DataCollectionRuleAssociationProxyOnlyResource()

Initializes a new instance of the DataCollectionRuleAssociationProxyOnlyResource class.

public DataCollectionRuleAssociationProxyOnlyResource ();
Public Sub New ()

Applies to

DataCollectionRuleAssociationProxyOnlyResource(String, String, String, String, DataCollectionRuleAssociationMetadata, String, String, String, String, DataCollectionRuleAssociationProxyOnlyResourceSystemData)

Initializes a new instance of the DataCollectionRuleAssociationProxyOnlyResource class.

public DataCollectionRuleAssociationProxyOnlyResource (string description = default, string dataCollectionRuleId = default, string dataCollectionEndpointId = default, string provisioningState = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationMetadata metadata = default, string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResourceSystemData systemData = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResource : string * string * string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationMetadata * string * string * string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResourceSystemData -> Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleAssociationProxyOnlyResource
Public Sub New (Optional description As String = Nothing, Optional dataCollectionRuleId As String = Nothing, Optional dataCollectionEndpointId As String = Nothing, Optional provisioningState As String = Nothing, Optional metadata As DataCollectionRuleAssociationMetadata = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As DataCollectionRuleAssociationProxyOnlyResourceSystemData = Nothing)

Parameters

description
String

Description of the association.

dataCollectionRuleId
String

The resource ID of the data collection rule that is to be associated.

dataCollectionEndpointId
String

The resource ID of the data collection endpoint that is to be associated.

provisioningState
String

The resource provisioning state. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed'

metadata
DataCollectionRuleAssociationMetadata

Metadata about the resource

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
DataCollectionRuleAssociationProxyOnlyResourceSystemData

Metadata pertaining to creation and last modification of the resource.

Applies to