LogFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a log file.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LogFile : Microsoft.Azure.Management.PostgreSQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LogFile = class
inherit ProxyResource
Public Class LogFile
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
LogFile() |
Initializes a new instance of the LogFile class. |
LogFile(String, String, String, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the LogFile class. |
Properties
CreatedTime |
Gets creation timestamp of the log file. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastModifiedTime |
Gets last modified timestamp of the log file. |
LogFileType |
Gets or sets type of the log file. |
Name |
Gets the name of the resource (Inherited from Resource) |
SizeInKB |
Gets or sets size of the log file. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Url |
Gets or sets the url to download the log file from. |
Applies to
Azure SDK for .NET