Interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithSourceId
- All Known Subinterfaces:
ApiManagementGatewayConfigConnectionResource.Definition,ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayConfigConnectionResource.DefinitionStages
public static interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithSourceId
The stage of the ApiManagementGatewayConfigConnectionResource definition allowing to specify sourceId.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceId(String sourceId) Specifies the sourceId property: The link to the API Management service workspace..
-
Method Details
-
withSourceId
ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate withSourceId(String sourceId) Specifies the sourceId property: The link to the API Management service workspace..- Parameters:
sourceId- The link to the API Management service workspace.- Returns:
- the next definition stage.
-