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 PossibleValuesForProvisioningState() []string + func ValidateFlowLogID(input interface{}, key string) (warnings []string, errors []error) + func ValidateNetworkWatcherID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *FlowLog + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FlowLog struct + Etag *string + Id *string + Identity *identity.SystemAndUserAssignedMap + Location *string + Name *string + Properties *FlowLogPropertiesFormat + Tags *map[string]string + Type *string + type FlowLogFormatParameters struct + Type *FlowLogFormatType + Version *int64 + type FlowLogFormatType string + const FlowLogFormatTypeJSON + func (s *FlowLogFormatType) UnmarshalJSON(bytes []byte) error + type FlowLogId struct + FlowLogName string + NetworkWatcherName string + ResourceGroupName string + SubscriptionId string + func NewFlowLogID(subscriptionId string, resourceGroupName string, networkWatcherName string, ...) FlowLogId + func ParseFlowLogID(input string) (*FlowLogId, error) + func ParseFlowLogIDInsensitively(input string) (*FlowLogId, error) + func (id *FlowLogId) FromParseResult(input resourceids.ParseResult) error + func (id FlowLogId) ID() string + func (id FlowLogId) Segments() []resourceids.Segment + func (id FlowLogId) String() string + type FlowLogOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p FlowLogOperationPredicate) Matches(input FlowLog) bool + type FlowLogPropertiesFormat struct + Enabled *bool + EnabledFilteringCriteria *string + FlowAnalyticsConfiguration *TrafficAnalyticsProperties + Format *FlowLogFormatParameters + ProvisioningState *ProvisioningState + RetentionPolicy *RetentionPolicyParameters + StorageId string + TargetResourceGuid *string + TargetResourceId string + type FlowLogsClient struct + Client *resourcemanager.Client + func NewFlowLogsClientWithBaseURI(sdkApi sdkEnv.Api) (*FlowLogsClient, error) + func (c FlowLogsClient) CreateOrUpdate(ctx context.Context, id FlowLogId, input FlowLog) (result CreateOrUpdateOperationResponse, err error) + func (c FlowLogsClient) CreateOrUpdateThenPoll(ctx context.Context, id FlowLogId, input FlowLog) error + func (c FlowLogsClient) Delete(ctx context.Context, id FlowLogId) (result DeleteOperationResponse, err error) + func (c FlowLogsClient) DeleteThenPoll(ctx context.Context, id FlowLogId) error + func (c FlowLogsClient) Get(ctx context.Context, id FlowLogId) (result GetOperationResponse, err error) + func (c FlowLogsClient) List(ctx context.Context, id NetworkWatcherId) (result ListOperationResponse, err error) + func (c FlowLogsClient) ListComplete(ctx context.Context, id NetworkWatcherId) (ListCompleteResult, error) + func (c FlowLogsClient) ListCompleteMatchingPredicate(ctx context.Context, id NetworkWatcherId, predicate FlowLogOperationPredicate) (result ListCompleteResult, err error) + func (c FlowLogsClient) UpdateTags(ctx context.Context, id FlowLogId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *FlowLog + OData *odata.OData + type ListCompleteResult struct + Items []FlowLog + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]FlowLog + OData *odata.OData + 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 ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RetentionPolicyParameters struct + Days *int64 + Enabled *bool + type TagsObject struct + Tags *map[string]string + type TrafficAnalyticsConfigurationProperties struct + Enabled *bool + TrafficAnalyticsInterval *int64 + WorkspaceId *string + WorkspaceRegion *string + WorkspaceResourceId *string + type TrafficAnalyticsProperties struct + NetworkWatcherFlowAnalyticsConfiguration *TrafficAnalyticsConfigurationProperties + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *FlowLog + OData *odata.OData