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 ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error) + type FlexibleServerId struct + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId + func ParseFlexibleServerID(input string) (*FlexibleServerId, error) + func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error) + func (id *FlexibleServerId) FromParseResult(input resourceids.ParseResult) error + func (id FlexibleServerId) ID() string + func (id FlexibleServerId) Segments() []resourceids.Segment + func (id FlexibleServerId) String() string + type ListByServerCompleteResult struct + Items []LogFile + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]LogFile + OData *odata.OData + type LogFile struct + Id *string + Name *string + Properties *LogFileProperties + SystemData *systemdata.SystemData + Type *string + type LogFileOperationPredicate struct + Id *string + Name *string + Type *string + func (p LogFileOperationPredicate) Matches(input LogFile) bool + type LogFileProperties struct + CreatedTime *string + LastModifiedTime *string + SizeInKB *int64 + Type *string + Url *string + func (o *LogFileProperties) GetCreatedTimeAsTime() (*time.Time, error) + func (o *LogFileProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *LogFileProperties) SetCreatedTimeAsTime(input time.Time) + func (o *LogFileProperties) SetLastModifiedTimeAsTime(input time.Time) + type LogFilesClient struct + Client *resourcemanager.Client + func NewLogFilesClientWithBaseURI(sdkApi sdkEnv.Api) (*LogFilesClient, error) + func (c LogFilesClient) ListByServer(ctx context.Context, id FlexibleServerId) (result ListByServerOperationResponse, err error) + func (c LogFilesClient) ListByServerComplete(ctx context.Context, id FlexibleServerId) (ListByServerCompleteResult, error) + func (c LogFilesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id FlexibleServerId, predicate LogFileOperationPredicate) (result ListByServerCompleteResult, err error)