FlowLogPropertiesFormat(ResourceIdentifier, ResourceIdentifier) Constructor
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.
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.