BringYourOwnRootStatus Struct

Definition

Status of the Bring Your Own Root configuration.

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

Constructors

Name Description
BringYourOwnRootStatus(String)

Initializes a new instance of BringYourOwnRootStatus.

Properties

Name Description
Active

The signed certificate has been successfully uploaded and validated, and the CA is active.

ActiveButPendingRenewal

The certificate is nearing expiration (within renewal window) or has expired. A new CSR has been generated and is waiting for the customer to provide a new signed certificate.

PendingActivation

The CSR has been generated and is waiting for the customer to provide the signed certificate.

Methods

Name Description
Equals(BringYourOwnRootStatus)

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

Name Description
Equality(BringYourOwnRootStatus, BringYourOwnRootStatus)

Determines if two BringYourOwnRootStatus values are the same.

Implicit(String to BringYourOwnRootStatus)

Converts a string to a BringYourOwnRootStatus.

Implicit(String to Nullable<BringYourOwnRootStatus>)
Inequality(BringYourOwnRootStatus, BringYourOwnRootStatus)

Determines if two BringYourOwnRootStatus values are not the same.

Applies to