Interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithPrivateLinkServiceResource<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateEndpoint.PrivateLinkServiceConnection.Definition<ParentT>,PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages
public static interface PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithPrivateLinkServiceResource<ParentT>
The stage of the definition allowing to specify the resource of the private link service.
-
Method Summary
Modifier and TypeMethodDescriptionwithResource(Resource privateLinkServiceResource) Specifies the resource of the private link service.withResourceId(String privateLinkServiceResourceId) Specifies the resource of the private link service.
-
Method Details
-
withResource
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT> withResource(Resource privateLinkServiceResource) Specifies the resource of the private link service.- Parameters:
privateLinkServiceResource- the resource of the private link service- Returns:
- the next stage of the definition
-
withResourceId
PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT> withResourceId(String privateLinkServiceResourceId) Specifies the resource of the private link service.- Parameters:
privateLinkServiceResourceId- the resource ID of the private link service- Returns:
- the next stage of the definition
-