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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT>withResource(Resource privateLinkServiceResource)Specifies the resource of the private link service.PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource<ParentT>withResourceId(String privateLinkServiceResourceId)Specifies the resource of the private link service.
-
-
-
Method Detail
-
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
-
-