RelayAccessKeyType 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 access key to regenerate.
public readonly struct RelayAccessKeyType : IEquatable<Azure.ResourceManager.Relay.Models.RelayAccessKeyType>
type RelayAccessKeyType = struct
Public Structure RelayAccessKeyType
Implements IEquatable(Of RelayAccessKeyType)
- Inheritance
-
RelayAccessKeyType
- Implements
Constructors
RelayAccessKeyType(String) |
Initializes a new instance of RelayAccessKeyType. |
Properties
PrimaryKey |
PrimaryKey. |
SecondaryKey |
SecondaryKey. |
Methods
Equals(RelayAccessKeyType) |
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(RelayAccessKeyType, RelayAccessKeyType) |
Determines if two RelayAccessKeyType values are the same. |
Implicit(String to RelayAccessKeyType) |
Converts a string to a RelayAccessKeyType. |
Inequality(RelayAccessKeyType, RelayAccessKeyType) |
Determines if two RelayAccessKeyType values are not the same. |
Applies to
Azure SDK for .NET