다음을 통해 공유


MccCustomerAdditionalProperties Class

Definition

Model representing customer for connected cache resource.

public class MccCustomerAdditionalProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties>
type MccCustomerAdditionalProperties = class
    interface IJsonModel<MccCustomerAdditionalProperties>
    interface IPersistableModel<MccCustomerAdditionalProperties>
Public Class MccCustomerAdditionalProperties
Implements IJsonModel(Of MccCustomerAdditionalProperties), IPersistableModel(Of MccCustomerAdditionalProperties)
Inheritance
MccCustomerAdditionalProperties
Implements

Constructors

MccCustomerAdditionalProperties()

Initializes a new instance of MccCustomerAdditionalProperties.

Properties

CustomerAsn

Customer resource Asn (autonomous system number).

CustomerAsnEstimatedEgressPeekGbps

Customer resource estimated Asn peering peak in Gbps.

CustomerEmail

Customer resource contact email.

CustomerEntitlementExpiryOn

Customer resource entitlement expiration date string.

CustomerEntitlementSkuGuid

Customer resource entitlement Sku Guid.

CustomerEntitlementSkuId

Customer resource entitlement Sku Id.

CustomerEntitlementSkuName

Customer resource entitlement Sku name.

CustomerOrgName

Customer resource owner organization name.

CustomerPropertiesOverviewAverageEgressMbps

Customer resource average egress in Mbps.

CustomerPropertiesOverviewAverageMissMbps

Customer resource average cache miss throughput in Mbps.

CustomerPropertiesOverviewCacheEfficiency

Customer resource cache efficiency.

CustomerPropertiesOverviewCacheNodesHealthyCount

Customer resource total healthy cache nodes.

CustomerPropertiesOverviewCacheNodesUnhealthyCount

Customer resource total unhealthy cache nodes.

CustomerPropertiesOverviewEgressMbpsMax

Customer resource maximum egress in Mbps.

CustomerPropertiesOverviewEgressMbpsMaxOn

Customer resource peak egress timestamp.

CustomerPropertiesOverviewMissMbpsMax

Customer resource maximum cache miss throughput in Mbps.

CustomerPropertiesOverviewMissMbpsMaxOn

Customer resource peak cache miss throughput timestamp.

CustomerTransitAsn

Customer resource transit Asn (autonomous system number).

CustomerTransitState

Customer resource transit state.

OptionalProperty1

Optional property #1 of Mcc response object.

OptionalProperty2

Optional property #2 of Mcc response object.

OptionalProperty3

Optional property #3 of Mcc response object.

OptionalProperty4

Optional property #4 of Mcc response object.

OptionalProperty5

Optional property #5 of Mcc response object.

PeeringDBLastUpdatedOn

Customer resource last PeeringDB update timestamp.

SignupPhaseStatusCode

Customer resource signup phase status code as integer.

SignupPhaseStatusText

Customer resource signup phase status as string text.

SignupStatus

Customer resource signup status as boolean.

SignupStatusCode

Customer resource signup status as integer code.

SignupStatusText

Customer resource signup status as string text.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MccCustomerAdditionalProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MccCustomerAdditionalProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MccCustomerAdditionalProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MccCustomerAdditionalProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MccCustomerAdditionalProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to