다음을 통해 공유


ICredentialResults Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.CredentialResultsTypeConverter))]
public interface ICredentialResults : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.CredentialResultsTypeConverter))>]
type ICredentialResults = interface
    interface IJsonSerializable
Public Interface ICredentialResults
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

HybridConnectionConfigExpirationTime

Timestamp when this token will be expired.

HybridConnectionConfigHybridConnectionName

Name of the connection

HybridConnectionConfigRelay

Name of the relay.

HybridConnectionConfigToken

Sender access token

Kubeconfig

Base64-encoded Kubernetes configuration file.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to