/// <summary> /// Initializes a new instance of the DataCollectionRuleAssociation /// class. /// </summary> /// <param name="description">Description of the association.</param> /// <param name="dataCollectionRuleId">The resource ID of the data /// collection rule that is to be associated.</param> /// <param name="dataCollectionEndpointId">The resource ID of the data /// collection endpoint that is to be associated.</param> /// <param name="provisioningState">The resource provisioning state. /// Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Failed'</param> /// <param name="metadata">Metadata about the resource</param> public DataCollectionRuleAssociation(string description = default(string), string dataCollectionRuleId = default(string), string dataCollectionEndpointId = default(string), string provisioningState = default(string), DataCollectionRuleAssociationMetadata metadata = default(DataCollectionRuleAssociationMetadata)) { Description = description; DataCollectionRuleId = dataCollectionRuleId; DataCollectionEndpointId = dataCollectionEndpointId; ProvisioningState = provisioningState; Metadata = metadata; CustomInit(); }
/// <summary> /// Initializes a new instance of the /// DataCollectionRuleAssociationProxyOnlyResource class. /// </summary> /// <param name="description">Description of the association.</param> /// <param name="dataCollectionRuleId">The resource ID of the data /// collection rule that is to be associated.</param> /// <param name="dataCollectionEndpointId">The resource ID of the data /// collection endpoint that is to be associated.</param> /// <param name="provisioningState">The resource provisioning state. /// Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Failed'</param> /// <param name="metadata">Metadata about the resource</param> /// <param name="id">Fully qualified ID of the resource.</param> /// <param name="name">The name of the resource.</param> /// <param name="type">The type of the resource.</param> /// <param name="etag">Resource entity tag (ETag).</param> /// <param name="systemData">Metadata pertaining to creation and last /// modification of the resource.</param> public DataCollectionRuleAssociationProxyOnlyResource(string description = default(string), string dataCollectionRuleId = default(string), string dataCollectionEndpointId = default(string), string provisioningState = default(string), DataCollectionRuleAssociationMetadata metadata = default(DataCollectionRuleAssociationMetadata), string id = default(string), string name = default(string), string type = default(string), string etag = default(string), DataCollectionRuleAssociationProxyOnlyResourceSystemData systemData = default(DataCollectionRuleAssociationProxyOnlyResourceSystemData)) { Description = description; DataCollectionRuleId = dataCollectionRuleId; DataCollectionEndpointId = dataCollectionEndpointId; ProvisioningState = provisioningState; Metadata = metadata; Id = id; Name = name; Type = type; Etag = etag; SystemData = systemData; CustomInit(); }