Interface LinkedService.DefinitionStages.WithProvisioningState

All Known Subinterfaces:
LinkedService.Definition, LinkedService.DefinitionStages.WithCreate
Enclosing interface:
LinkedService.DefinitionStages

public static interface LinkedService.DefinitionStages.WithProvisioningState
The stage of the LinkedService definition allowing to specify provisioningState.
  • Method Details

    • withProvisioningState

      LinkedService.DefinitionStages.WithCreate withProvisioningState(LinkedServiceEntityStatus provisioningState)
      Specifies the provisioningState property: The provisioning state of the linked service..
      Parameters:
      provisioningState - The provisioning state of the linked service.
      Returns:
      the next definition stage.