Package com.azure.resourcemanager.relay
Class RelayManager
java.lang.Object
com.azure.resourcemanager.relay.RelayManager
Entry point to RelayManager. Use these API to manage Azure Relay resources through Azure Resource Manager.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic RelayManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Relay service API entry point.static RelayManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Relay service API entry point.static RelayManager.Configurable
Gets a Configurable instance that can be used to create RelayManager with optional configuration.Gets the resource collection API of HybridConnections.Gets the resource collection API of Namespaces.Gets the resource collection API of Operations.Gets the resource collection API of WcfRelays.
-
Method Details
-
authenticate
public static RelayManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Relay service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the Relay service API instance.
-
authenticate
public static RelayManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of Relay service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the Relay service API instance.
-
configure
Gets a Configurable instance that can be used to create RelayManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
namespaces
Gets the resource collection API of Namespaces. It manages RelayNamespace, AuthorizationRule.- Returns:
- Resource collection API of Namespaces.
-
hybridConnections
Gets the resource collection API of HybridConnections. It manages HybridConnection.- Returns:
- Resource collection API of HybridConnections.
-
wcfRelays
Gets the resource collection API of WcfRelays. It manages WcfRelay.- Returns:
- Resource collection API of WcfRelays.
-
serviceClient
- Returns:
- Wrapped service client RelayApi providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-