ListCredentialResponseProperties 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.AksArc.Models.ListCredentialResponsePropertiesTypeConverter))]
public class ListCredentialResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ListCredentialResponsePropertiesTypeConverter))>]
type ListCredentialResponseProperties = class
interface IListCredentialResponseProperties
interface IJsonSerializable
Public Class ListCredentialResponseProperties
Implements IListCredentialResponseProperties
- Inheritance
-
ListCredentialResponseProperties
- Attributes
- Implements
Constructors
ListCredentialResponseProperties() |
Creates an new ListCredentialResponseProperties instance. |
Properties
Kubeconfig |
Base64-encoded Kubernetes configuration file. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListCredentialResponseProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListCredentialResponseProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponseProperties. |
FromJsonString(String) |
Creates a new instance of ListCredentialResponseProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListCredentialResponseProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |