Interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateEndpoint.PrivateLinkServiceConnection.Definition<ParentT>
- Enclosing interface:
- PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages
public static interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT>The stage of the definition allowing to specify the sub resource that this private endpoint should connect to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>withoutSubResource()Specifies no sub resource, used for Private Link service.PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>withSubResource(PrivateLinkSubResourceName subResourceName)Specifies the sub resource.
-
-
-
Method Detail
-
withSubResource
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT> withSubResource(PrivateLinkSubResourceName subResourceName)
Specifies the sub resource.- Parameters:
subResourceName- the name of the sub resource- Returns:
- the next stage of the definition
-
withoutSubResource
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT> withoutSubResource()
Specifies no sub resource, used for Private Link service.- Returns:
- the next stage of the definition
-
-