ListClusterUserCredentialProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.ListClusterUserCredentialPropertiesTypeConverter))]
public class ListClusterUserCredentialProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.IListClusterUserCredentialProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.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.Api20240715Preview.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() |