AppServiceCertificateNotRenewableReasons Class

Definition

Defines values for AppServiceCertificateNotRenewableReasons.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateNotRenewableReasons>))]
public class AppServiceCertificateNotRenewableReasons : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateNotRenewableReasons>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateNotRenewableReasons>))>]
type AppServiceCertificateNotRenewableReasons = class
    inherit ExpandableStringEnum<AppServiceCertificateNotRenewableReasons>
Public Class AppServiceCertificateNotRenewableReasons
Inherits ExpandableStringEnum(Of AppServiceCertificateNotRenewableReasons)
Inheritance
AppServiceCertificateNotRenewableReasons
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

AppServiceCertificateNotRenewableReasons()

Fields

ExpirationNotInRenewalTimeRange
RegistrationStatusNotSupportedForRenewal
SubscriptionNotActive

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to