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 ValidateServerID(input interface{}, key string) (warnings []string, errors []error) + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *LogFileListResult + OData *odata.OData + type LogFile struct + Id *string + Name *string + Properties *LogFileProperties + Type *string + type LogFileListResult struct + Value *[]LogFile + 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 ServerId) (result ListByServerOperationResponse, err error) + type ServerId struct + ResourceGroupName string + ServerName string + SubscriptionId string + func NewServerID(subscriptionId string, resourceGroupName string, serverName string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id *ServerId) FromParseResult(input resourceids.ParseResult) error + func (id ServerId) ID() string + func (id ServerId) Segments() []resourceids.Segment + func (id ServerId) String() string