ListKeysRequestExpand Struct

Definition

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

Constructors

Name Description
ListKeysRequestExpand(String)

Initializes a new instance of ListKeysRequestExpand.

Properties

Name Description
Kerb

Gets the Kerb.

Methods

Name Description
Equals(ListKeysRequestExpand)

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

Determines if two ListKeysRequestExpand values are the same.

Implicit(ListKeysRequestExpand to StorageListKeyExpand)
Implicit(StorageListKeyExpand to ListKeysRequestExpand)
Implicit(String to ListKeysRequestExpand)

Converts a string to a ListKeysRequestExpand.

Implicit(String to Nullable<ListKeysRequestExpand>)
Inequality(ListKeysRequestExpand, ListKeysRequestExpand)

Determines if two ListKeysRequestExpand values are not the same.

Applies to