ArmKubernetesModelFactory.HybridConnectionConfig Method
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.
Initializes a new instance of HybridConnectionConfig.
public static Azure.ResourceManager.Kubernetes.Models.HybridConnectionConfig HybridConnectionConfig (long? expirationTime = default, string hybridConnectionName = default, string relay = default, string token = default);
static member HybridConnectionConfig : Nullable<int64> * string * string * string -> Azure.ResourceManager.Kubernetes.Models.HybridConnectionConfig
Public Shared Function HybridConnectionConfig (Optional expirationTime As Nullable(Of Long) = Nothing, Optional hybridConnectionName As String = Nothing, Optional relay As String = Nothing, Optional token As String = Nothing) As HybridConnectionConfig
Parameters
- hybridConnectionName
- String
Name of the connection.
- relay
- String
Name of the relay.
- token
- String
Sender access token.
Returns
A new HybridConnectionConfig instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET