Share via


AppServiceCertificateNotRenewableReason Struct

Definition

The AppServiceCertificateNotRenewableReason.

public readonly struct AppServiceCertificateNotRenewableReason : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceCertificateNotRenewableReason>
type AppServiceCertificateNotRenewableReason = struct
Public Structure AppServiceCertificateNotRenewableReason
Implements IEquatable(Of AppServiceCertificateNotRenewableReason)
Inheritance
AppServiceCertificateNotRenewableReason
Implements

Constructors

AppServiceCertificateNotRenewableReason(String)

Initializes a new instance of AppServiceCertificateNotRenewableReason.

Properties

ExpirationNotInRenewalTimeRange

ExpirationNotInRenewalTimeRange.

RegistrationStatusNotSupportedForRenewal

RegistrationStatusNotSupportedForRenewal.

SubscriptionNotActive

SubscriptionNotActive.

Methods

Equals(AppServiceCertificateNotRenewableReason)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AppServiceCertificateNotRenewableReason, AppServiceCertificateNotRenewableReason)

Determines if two AppServiceCertificateNotRenewableReason values are the same.

Implicit(String to AppServiceCertificateNotRenewableReason)

Converts a string to a AppServiceCertificateNotRenewableReason.

Inequality(AppServiceCertificateNotRenewableReason, AppServiceCertificateNotRenewableReason)

Determines if two AppServiceCertificateNotRenewableReason values are not the same.

Applies to