Interface ConnectorMappingResourceFormat.DefinitionStages.WithParentResource

All Known Subinterfaces:
ConnectorMappingResourceFormat.Definition, ConnectorMappingResourceFormat.DefinitionStages.Blank
Enclosing interface:
ConnectorMappingResourceFormat.DefinitionStages

public static interface ConnectorMappingResourceFormat.DefinitionStages.WithParentResource
The stage of the ConnectorMappingResourceFormat definition allowing to specify parent resource.
  • Method Details

    • withExistingConnector

      ConnectorMappingResourceFormat.DefinitionStages.WithCreate withExistingConnector(String resourceGroupName, String hubName, String connectorName)
      Specifies resourceGroupName, hubName, connectorName.
      Parameters:
      resourceGroupName - The name of the resource group.
      hubName - The name of the hub.
      connectorName - The name of the connector.
      Returns:
      the next definition stage.