Aracılığıyla paylaş


ListClusterUserCredentialProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ListClusterUserCredentialPropertiesTypeConverter))]
public class ListClusterUserCredentialProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IListClusterUserCredentialProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.ListClusterUserCredentialPropertiesTypeConverter))>]
type ListClusterUserCredentialProperties = class
    interface IListClusterUserCredentialProperties
    interface IJsonSerializable
Public Class ListClusterUserCredentialProperties
Implements IListClusterUserCredentialProperties
Inheritance
ListClusterUserCredentialProperties
Attributes
Implements

Constructors

ListClusterUserCredentialProperties()

Creates an new ListClusterUserCredentialProperties instance.

Properties

AuthenticationMethod

The mode of client authentication.

ClientProxy

Boolean value to indicate whether the request is for client side proxy or not

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListClusterUserCredentialProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListClusterUserCredentialProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IListClusterUserCredentialProperties.

FromJsonString(String)

Creates a new instance of ListClusterUserCredentialProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListClusterUserCredentialProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to