Interface HybridConnection.DefinitionStages.WithCreate
- All Superinterfaces:
HybridConnection.DefinitionStages.WithRequiresClientAuthorization
,HybridConnection.DefinitionStages.WithUserMetadata
- All Known Subinterfaces:
HybridConnection.Definition
- Enclosing interface:
- HybridConnection.DefinitionStages
public static interface HybridConnection.DefinitionStages.WithCreate
extends HybridConnection.DefinitionStages.WithRequiresClientAuthorization, HybridConnection.DefinitionStages.WithUserMetadata
The stage of the HybridConnection definition which contains all the minimum required properties for the
resource to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.relay.models.HybridConnection.DefinitionStages.WithRequiresClientAuthorization
withRequiresClientAuthorization
Methods inherited from interface com.azure.resourcemanager.relay.models.HybridConnection.DefinitionStages.WithUserMetadata
withUserMetadata
-
Method Details
-
create
HybridConnection create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the created resource.
-