Share via


ArmNetworkModelFactory.FlowLogData Method

Definition

Initializes a new instance of FlowLogData.

public static Azure.ResourceManager.Network.FlowLogData FlowLogData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier targetResourceId = default, Guid? targetResourceGuid = default, Azure.Core.ResourceIdentifier storageId = default, bool? enabled = default, Azure.ResourceManager.Network.Models.RetentionPolicyParameters retentionPolicy = default, Azure.ResourceManager.Network.Models.FlowLogProperties format = default, Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties trafficAnalyticsConfiguration = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member FlowLogData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<bool> * Azure.ResourceManager.Network.Models.RetentionPolicyParameters * Azure.ResourceManager.Network.Models.FlowLogProperties * Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.FlowLogData
Public Shared Function FlowLogData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing, Optional targetResourceGuid As Nullable(Of Guid) = Nothing, Optional storageId As ResourceIdentifier = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional retentionPolicy As RetentionPolicyParameters = Nothing, Optional format As FlowLogProperties = Nothing, Optional trafficAnalyticsConfiguration As TrafficAnalyticsConfigurationProperties = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As FlowLogData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

etag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

targetResourceId
ResourceIdentifier

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

targetResourceGuid
Nullable<Guid>

Guid 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.

enabled
Nullable<Boolean>

Flag to enable/disable flow logging.

retentionPolicy
RetentionPolicyParameters

Parameters that define the retention policy for flow log.

format
FlowLogProperties

Parameters that define the flow log format.

trafficAnalyticsConfiguration
TrafficAnalyticsConfigurationProperties

Parameters that define the configuration of traffic analytics.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the flow log.

Returns

A new FlowLogData instance for mocking.

Applies to