ArmConnectedCacheModelFactory.MccCustomerAdditionalProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MccCustomerAdditionalProperties.
public static Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties MccCustomerAdditionalProperties(float? customerPropertiesOverviewCacheEfficiency = default, float? customerPropertiesOverviewAverageEgressMbps = default, float? customerPropertiesOverviewAverageMissMbps = default, float? customerPropertiesOverviewEgressMbpsMax = default, DateTimeOffset? customerPropertiesOverviewEgressMbpsMaxOn = default, float? customerPropertiesOverviewMissMbpsMax = default, DateTimeOffset? customerPropertiesOverviewMissMbpsMaxOn = default, int? customerPropertiesOverviewCacheNodesHealthyCount = default, int? customerPropertiesOverviewCacheNodesUnhealthyCount = default, bool? signupStatus = default, int? signupStatusCode = default, string signupStatusText = default, int? signupPhaseStatusCode = default, string signupPhaseStatusText = default, DateTimeOffset? peeringDBLastUpdatedOn = default, string customerOrgName = default, string customerEmail = default, string customerTransitAsn = default, Azure.ResourceManager.ConnectedCache.Models.CustomerTransitState? customerTransitState = default, string customerAsn = default, float? customerAsnEstimatedEgressPeekGbps = default, string customerEntitlementSkuId = default, string customerEntitlementSkuGuid = default, string customerEntitlementSkuName = default, DateTimeOffset? customerEntitlementExpiryOn = default, string optionalProperty1 = default, string optionalProperty2 = default, string optionalProperty3 = default, string optionalProperty4 = default, string optionalProperty5 = default);
static member MccCustomerAdditionalProperties : Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<DateTimeOffset> * Nullable<single> * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<int> * string * Nullable<int> * string * Nullable<DateTimeOffset> * string * string * string * Nullable<Azure.ResourceManager.ConnectedCache.Models.CustomerTransitState> * string * Nullable<single> * string * string * string * Nullable<DateTimeOffset> * string * string * string * string * string -> Azure.ResourceManager.ConnectedCache.Models.MccCustomerAdditionalProperties
Public Shared Function MccCustomerAdditionalProperties (Optional customerPropertiesOverviewCacheEfficiency As Nullable(Of Single) = Nothing, Optional customerPropertiesOverviewAverageEgressMbps As Nullable(Of Single) = Nothing, Optional customerPropertiesOverviewAverageMissMbps As Nullable(Of Single) = Nothing, Optional customerPropertiesOverviewEgressMbpsMax As Nullable(Of Single) = Nothing, Optional customerPropertiesOverviewEgressMbpsMaxOn As Nullable(Of DateTimeOffset) = Nothing, Optional customerPropertiesOverviewMissMbpsMax As Nullable(Of Single) = Nothing, Optional customerPropertiesOverviewMissMbpsMaxOn As Nullable(Of DateTimeOffset) = Nothing, Optional customerPropertiesOverviewCacheNodesHealthyCount As Nullable(Of Integer) = Nothing, Optional customerPropertiesOverviewCacheNodesUnhealthyCount As Nullable(Of Integer) = Nothing, Optional signupStatus As Nullable(Of Boolean) = Nothing, Optional signupStatusCode As Nullable(Of Integer) = Nothing, Optional signupStatusText As String = Nothing, Optional signupPhaseStatusCode As Nullable(Of Integer) = Nothing, Optional signupPhaseStatusText As String = Nothing, Optional peeringDBLastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional customerOrgName As String = Nothing, Optional customerEmail As String = Nothing, Optional customerTransitAsn As String = Nothing, Optional customerTransitState As Nullable(Of CustomerTransitState) = Nothing, Optional customerAsn As String = Nothing, Optional customerAsnEstimatedEgressPeekGbps As Nullable(Of Single) = Nothing, Optional customerEntitlementSkuId As String = Nothing, Optional customerEntitlementSkuGuid As String = Nothing, Optional customerEntitlementSkuName As String = Nothing, Optional customerEntitlementExpiryOn As Nullable(Of DateTimeOffset) = Nothing, Optional optionalProperty1 As String = Nothing, Optional optionalProperty2 As String = Nothing, Optional optionalProperty3 As String = Nothing, Optional optionalProperty4 As String = Nothing, Optional optionalProperty5 As String = Nothing) As MccCustomerAdditionalProperties
Parameters
Customer resource average egress in Mbps.
Customer resource average cache miss throughput in Mbps.
- customerPropertiesOverviewEgressMbpsMaxOn
- Nullable<DateTimeOffset>
Customer resource peak egress timestamp.
Customer resource maximum cache miss throughput in Mbps.
- customerPropertiesOverviewMissMbpsMaxOn
- Nullable<DateTimeOffset>
Customer resource peak cache miss throughput timestamp.
Customer resource total healthy cache nodes.
Customer resource total unhealthy cache nodes.
- signupStatusText
- String
Customer resource signup status as string text.
- signupPhaseStatusText
- String
Customer resource signup phase status as string text.
- peeringDBLastUpdatedOn
- Nullable<DateTimeOffset>
Customer resource last PeeringDB update timestamp.
- customerOrgName
- String
Customer resource owner organization name.
- customerEmail
- String
Customer resource contact email.
- customerTransitAsn
- String
Customer resource transit Asn (autonomous system number).
- customerTransitState
- Nullable<CustomerTransitState>
Customer resource transit state.
- customerAsn
- String
Customer resource Asn (autonomous system number).
Customer resource estimated Asn peering peak in Gbps.
- customerEntitlementSkuId
- String
Customer resource entitlement Sku Id.
- customerEntitlementSkuGuid
- String
Customer resource entitlement Sku Guid.
- customerEntitlementSkuName
- String
Customer resource entitlement Sku name.
- customerEntitlementExpiryOn
- Nullable<DateTimeOffset>
Customer resource entitlement expiration date string.
- optionalProperty1
- String
Optional property #1 of Mcc response object.
- optionalProperty2
- String
Optional property #2 of Mcc response object.
- optionalProperty3
- String
Optional property #3 of Mcc response object.
- optionalProperty4
- String
Optional property #4 of Mcc response object.
- optionalProperty5
- String
Optional property #5 of Mcc response object.
Returns
A new MccCustomerAdditionalProperties instance for mocking.