Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForFlowLogFormatType() []string + func ValidateNetworkWatcherID(input interface{}, key string) (warnings []string, errors []error) + type FlowLogFormatParameters struct + Type *FlowLogFormatType + Version *int64 + type FlowLogFormatType string + const FlowLogFormatTypeJSON + func (s *FlowLogFormatType) UnmarshalJSON(bytes []byte) error + type FlowLogInformation struct + FlowAnalyticsConfiguration *TrafficAnalyticsProperties + Identity *identity.SystemAndUserAssignedMap + Properties FlowLogProperties + TargetResourceId string + type FlowLogProperties struct + Enabled bool + Format *FlowLogFormatParameters + RetentionPolicy *RetentionPolicyParameters + StorageId string + type FlowLogStatusParameters struct + TargetResourceId string + type NetworkWatcherId struct + NetworkWatcherName string + ResourceGroupName string + SubscriptionId string + func NewNetworkWatcherID(subscriptionId string, resourceGroupName string, networkWatcherName string) NetworkWatcherId + func ParseNetworkWatcherID(input string) (*NetworkWatcherId, error) + func ParseNetworkWatcherIDInsensitively(input string) (*NetworkWatcherId, error) + func (id *NetworkWatcherId) FromParseResult(input resourceids.ParseResult) error + func (id NetworkWatcherId) ID() string + func (id NetworkWatcherId) Segments() []resourceids.Segment + func (id NetworkWatcherId) String() string + type NetworkWatchersGetFlowLogStatusOperationResponse struct + HttpResponse *http.Response + Model *FlowLogInformation + OData *odata.OData + Poller pollers.Poller + type NetworkWatchersSetFlowLogConfigurationOperationResponse struct + HttpResponse *http.Response + Model *FlowLogInformation + OData *odata.OData + Poller pollers.Poller + type RetentionPolicyParameters struct + Days *int64 + Enabled *bool + type TrafficAnalyticsClient struct + Client *resourcemanager.Client + func NewTrafficAnalyticsClientWithBaseURI(sdkApi sdkEnv.Api) (*TrafficAnalyticsClient, error) + func (c TrafficAnalyticsClient) NetworkWatchersGetFlowLogStatus(ctx context.Context, id NetworkWatcherId, input FlowLogStatusParameters) (result NetworkWatchersGetFlowLogStatusOperationResponse, err error) + func (c TrafficAnalyticsClient) NetworkWatchersGetFlowLogStatusThenPoll(ctx context.Context, id NetworkWatcherId, input FlowLogStatusParameters) error + func (c TrafficAnalyticsClient) NetworkWatchersSetFlowLogConfiguration(ctx context.Context, id NetworkWatcherId, input FlowLogInformation) (result NetworkWatchersSetFlowLogConfigurationOperationResponse, err error) + func (c TrafficAnalyticsClient) NetworkWatchersSetFlowLogConfigurationThenPoll(ctx context.Context, id NetworkWatcherId, input FlowLogInformation) error + type TrafficAnalyticsConfigurationProperties struct + Enabled *bool + TrafficAnalyticsInterval *int64 + WorkspaceId *string + WorkspaceRegion *string + WorkspaceResourceId *string + type TrafficAnalyticsProperties struct + NetworkWatcherFlowAnalyticsConfiguration *TrafficAnalyticsConfigurationProperties