PrivateKeyRotationPolicy 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.
Private key rotation policy.
public readonly struct PrivateKeyRotationPolicy : IEquatable<Azure.ResourceManager.IotOperations.Models.PrivateKeyRotationPolicy>
type PrivateKeyRotationPolicy = struct
Public Structure PrivateKeyRotationPolicy
Implements IEquatable(Of PrivateKeyRotationPolicy)
- Inheritance
-
PrivateKeyRotationPolicy
- Implements
Constructors
PrivateKeyRotationPolicy(String) |
Initializes a new instance of PrivateKeyRotationPolicy. |
Properties
Always |
Rotation Policy - Always. |
Never |
Rotation Policy - Never. |
Methods
Equals(PrivateKeyRotationPolicy) |
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(PrivateKeyRotationPolicy, PrivateKeyRotationPolicy) |
Determines if two PrivateKeyRotationPolicy values are the same. |
Implicit(String to PrivateKeyRotationPolicy) |
Converts a String to a PrivateKeyRotationPolicy. |
Inequality(PrivateKeyRotationPolicy, PrivateKeyRotationPolicy) |
Determines if two PrivateKeyRotationPolicy values are not the same. |
Applies to
Azure SDK for .NET