Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *LogFileListResult }
type LogFile ¶
type LogFile struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *LogFileProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type LogFileListResult ¶
type LogFileListResult struct {
Value *[]LogFile `json:"value,omitempty"`
}
type LogFileProperties ¶
type LogFileProperties struct { CreatedTime *string `json:"createdTime,omitempty"` LastModifiedTime *string `json:"lastModifiedTime,omitempty"` SizeInKB *int64 `json:"sizeInKB,omitempty"` Type *string `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
func (*LogFileProperties) GetCreatedTimeAsTime ¶
func (o *LogFileProperties) GetCreatedTimeAsTime() (*time.Time, error)
func (*LogFileProperties) GetLastModifiedTimeAsTime ¶
func (o *LogFileProperties) GetLastModifiedTimeAsTime() (*time.Time, error)
func (*LogFileProperties) SetCreatedTimeAsTime ¶
func (o *LogFileProperties) SetCreatedTimeAsTime(input time.Time)
func (*LogFileProperties) SetLastModifiedTimeAsTime ¶
func (o *LogFileProperties) SetLastModifiedTimeAsTime(input time.Time)
type LogFilesClient ¶
type LogFilesClient struct {
Client *resourcemanager.Client
}
func NewLogFilesClientWithBaseURI ¶
func NewLogFilesClientWithBaseURI(sdkApi sdkEnv.Api) (*LogFilesClient, error)
func (LogFilesClient) ListByServer ¶
func (c LogFilesClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (*ServerId) FromParseResult ¶
func (id *ServerId) FromParseResult(input resourceids.ParseResult) error
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID
Click to show internal directories.
Click to hide internal directories.