Interface PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,PrivateEndpointConnection.DefinitionStages.WithState<ParentT>
- All Known Subinterfaces:
PrivateEndpointConnection.Definition<ParentT>
- Enclosing interface:
- PrivateEndpointConnection.DefinitionStages
public static interface PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, PrivateEndpointConnection.DefinitionStages.WithState<ParentT>
The final stage of the private endpoint connection definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.cosmos.models.PrivateEndpointConnection.DefinitionStages.WithState
withDescription, withStateProperty, withStatus
-
-