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

ILogzMonitorResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Logz.Models.Api20201001Preview.LogzMonitorResourceTypeConverter))]
public interface ILogzMonitorResource : Microsoft.Azure.PowerShell.Cmdlets.Logz.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Logz.Models.Api20201001Preview.LogzMonitorResourceTypeConverter))>]
type ILogzMonitorResource = interface
    interface IJsonSerializable
Public Interface ILogzMonitorResource
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

ARM id of the monitor resource.

IdentityPrincipalId

The identity ID.

IdentityTenantId

The tenant ID of resource.

IdentityType
LiftrResourceCategory
LiftrResourcePreference

The priority of the resource.

Location
LogzOrganizationPropertyCompanyName

Name of the Logz organization.

LogzOrganizationPropertyEnterpriseAppId

The Id of the Enterprise App used for Single sign on.

LogzOrganizationPropertyId

Id of the Logz organization.

LogzOrganizationPropertySingleSignOnUrl

The login URL specific to this Logz Organization.

MarketplaceSubscriptionStatus

Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.

MonitoringStatus

Flag specifying if the resource monitoring is enabled or disabled.

Name

Name of the monitor resource.

PlanDataBillingCycle

different billing cycles like MONTHLY/WEEKLY. this could be enum

PlanDataEffectiveDate

date when plan was applied

PlanDataPlanDetail

plan id as published by Logz

PlanDataUsageType

different usage type like PAYG/COMMITTED. this could be enum

ProvisioningState

Flag specifying if the resource provisioning state as tracked by ARM.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag
Type

The type of the monitor resource.

UserInfoEmailAddress

Email of the user used by Logz for contacting them if needed

UserInfoFirstName

First Name of the user

UserInfoLastName

Last Name of the user

UserInfoPhoneNumber

Phone number of the user used by Logz for contacting them if needed

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to