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