ListCredentialResponse 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.
The list kubeconfig result response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ListCredentialResponseTypeConverter))]
public class ListCredentialResponse : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ListCredentialResponseTypeConverter))>]
type ListCredentialResponse = class
interface IListCredentialResponse
interface IJsonSerializable
Public Class ListCredentialResponse
Implements IListCredentialResponse
- Inheritance
-
ListCredentialResponse
- Attributes
- Implements
Constructors
ListCredentialResponse() |
Creates an new ListCredentialResponse instance. |
Properties
Code | |
Id |
Operation Id |
Kubeconfig |
Base64-encoded Kubernetes configuration file. |
Message | |
Name |
Operation Name |
ResourceGroupName |
Gets the resource group name |
ResourceId |
ARM Resource Id of the provisioned cluster instance |
Status |
Provisioning state of the resource |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListCredentialResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListCredentialResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IListCredentialResponse. |
FromJsonString(String) |
Creates a new instance of ListCredentialResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListCredentialResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |