Udostępnij przez


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

Name Description
WebPubSubKeyType(String)

Initializes a new instance of WebPubSubKeyType.

Properties

Name Description
Primary

Primary.

Salt

Salt.

Secondary

Secondary.

Methods

Name Description
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

Name Description
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