你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IComputeDiagnosticBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ComputeDiagnosticBaseTypeConverter))]
public interface IComputeDiagnosticBase : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api40.IResourceAutoGenerated2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240301Preview.ComputeDiagnosticBaseTypeConverter))>]
type IComputeDiagnosticBase = interface
    interface IJsonSerializable
    interface IResourceAutoGenerated2
Public Interface IComputeDiagnosticBase
Implements IResourceAutoGenerated2
Derived
Attributes
Implements

Properties

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResourceAutoGenerated2)
Name

The name of the resource

(Inherited from IResourceAutoGenerated2)
SupportedResourceType

Describes what are the supported resource types for a diagnostic.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResourceAutoGenerated2)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResourceAutoGenerated2)
Type

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

(Inherited from IResourceAutoGenerated2)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to