WebPubSubKeyType Struct

Definition

The type of access key.

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

Constructors

WebPubSubKeyType(String)

Initializes a new instance of WebPubSubKeyType.

Properties

Primary

Primary.

Salt

Salt.

Secondary

Secondary.

Methods

Equals(WebPubSubKeyType)

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

Determines if two WebPubSubKeyType values are the same.

Implicit(String to WebPubSubKeyType)

Converts a string to a WebPubSubKeyType.

Inequality(WebPubSubKeyType, WebPubSubKeyType)

Determines if two WebPubSubKeyType values are not the same.

Applies to