次の方法で共有


ICredentialResults Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.CredentialResultsTypeConverter))]
public interface ICredentialResults : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.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.

HybridConnectionConfigRelayTid

TenantID of the relay

HybridConnectionConfigRelayType

Type of relay

HybridConnectionConfigToken

Sender access token

Kubeconfig

Base64-encoded Kubernetes configuration file.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to