LogFile Class

Represents a log file.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.rdbms.mysql.models._models_py3.ProxyResource
LogFile

Constructor

LogFile(*, size_in_kb: Optional[int] = None, type_properties_type: Optional[str] = None, url: Optional[str] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

size_in_kb
<xref:long>

Size of the log file.

created_time
datetime

Creation timestamp of the log file.

last_modified_time
datetime

Last modified timestamp of the log file.

type_properties_type
str

Type of the log file.

url
str

The url to download the log file from.