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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET