Compartilhar via


ListKeysRequestExpand Struct

Definition

Specifies type of the key to be listed. Possible value is kerb.

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

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.

Inequality(ListKeysRequestExpand, ListKeysRequestExpand)

Determines if two ListKeysRequestExpand values are not the same.

Applies to