Interface ServiceFabric.DefinitionStages.WithExternalServiceFabricId

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

public static interface ServiceFabric.DefinitionStages.WithExternalServiceFabricId
The stage of the ServiceFabric definition allowing to specify externalServiceFabricId.
  • Method Details

    • withExternalServiceFabricId

      ServiceFabric.DefinitionStages.WithCreate withExternalServiceFabricId(String externalServiceFabricId)
      Specifies the externalServiceFabricId property: The backing service fabric resource's id.
      Parameters:
      externalServiceFabricId - The backing service fabric resource's id.
      Returns:
      the next definition stage.