FlowLogPropertiesFormat(ResourceIdentifier, ResourceIdentifier) Constructor

Definition

Initializes a new instance of FlowLogPropertiesFormat.

public FlowLogPropertiesFormat(Azure.Core.ResourceIdentifier targetResourceId, Azure.Core.ResourceIdentifier storageId);
new Azure.ResourceManager.Network.Models.FlowLogPropertiesFormat : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.FlowLogPropertiesFormat
Public Sub New (targetResourceId As ResourceIdentifier, storageId As ResourceIdentifier)

Parameters

targetResourceId
ResourceIdentifier

ID of network security group to which flow log will be applied.

storageId
ResourceIdentifier

ID of the storage account which is used to store the flow log.

Exceptions

targetResourceId or storageId is null.

Applies to