Condividi tramite


NetAppCredentialsStatus Struct

Definition

The bucket credentials status. There states:

"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.

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

Constructors

Name Description
NetAppCredentialsStatus(String)

Initializes a new instance of NetAppCredentialsStatus.

Properties

Name Description
Active

The certificate has been installed on the bucket server and the bucket credentials are unexpired.

CredentialsExpired

Access and Secret key pair have expired.

NoCredentialsSet

Access and Secret key pair have not been generated.

Methods

Name Description
Equals(NetAppCredentialsStatus)

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(NetAppCredentialsStatus, NetAppCredentialsStatus)

Determines if two NetAppCredentialsStatus values are the same.

Implicit(String to NetAppCredentialsStatus)

Converts a String to a NetAppCredentialsStatus.

Inequality(NetAppCredentialsStatus, NetAppCredentialsStatus)

Determines if two NetAppCredentialsStatus values are not the same.

Applies to