AppServiceCertificateNotRenewableReason Struct
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.
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
Azure SDK for .NET