LogFile interface
Represents a log file.
- Extends
Properties
created |
Creation timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last modified timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server. |
size |
Size of the log file. |
type |
Type of the log file. |
url | The url to download the log file from. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdTime
Creation timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
lastModifiedTime
Last modified timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
Property Value
Date
sizeInKB
Size of the log file.
sizeInKB?: number
Property Value
number
typePropertiesType
Type of the log file.
typePropertiesType?: string
Property Value
string
url
The url to download the log file from.
url?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type