Interface ServiceFabric.DefinitionStages.WithEnvironmentId

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

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

    • withEnvironmentId

      ServiceFabric.DefinitionStages.WithCreate withEnvironmentId(String environmentId)
      Specifies the environmentId property: The resource id of the environment under which the service fabric resource is present.
      Parameters:
      environmentId - The resource id of the environment under which the service fabric resource is present.
      Returns:
      the next definition stage.