ArmHybridConnectivityModelFactory.TargetResourceEndpointAccess 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 TargetResourceEndpointAccess.
public static Azure.ResourceManager.HybridConnectivity.Models.TargetResourceEndpointAccess TargetResourceEndpointAccess (string namespaceName = default, string namespaceNameSuffix = default, string hybridConnectionName = default, string accessKey = default, long? expiresOn = default);
static member TargetResourceEndpointAccess : string * string * string * string * Nullable<int64> -> Azure.ResourceManager.HybridConnectivity.Models.TargetResourceEndpointAccess
Public Shared Function TargetResourceEndpointAccess (Optional namespaceName As String = Nothing, Optional namespaceNameSuffix As String = Nothing, Optional hybridConnectionName As String = Nothing, Optional accessKey As String = Nothing, Optional expiresOn As Nullable(Of Long) = Nothing) As TargetResourceEndpointAccess
Parameters
- namespaceName
- String
The namespace name.
- namespaceNameSuffix
- String
The suffix domain name of relay namespace.
- hybridConnectionName
- String
Azure Relay hybrid connection name for the resource.
- accessKey
- String
Access key for hybrid connection.
Returns
A new TargetResourceEndpointAccess 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