ArmDevOpsInfrastructureModelFactory.ResourcePredictionsProfile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how the stand-by scheme should be provided. Please note this is the abstract base class. The derived classes available for instantiation are: ManualResourcePredictionsProfile and AutomaticResourcePredictionsProfile.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictionsProfile ResourcePredictionsProfile(string kind = default);
static member ResourcePredictionsProfile : string -> Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictionsProfile
Public Shared Function ResourcePredictionsProfile (Optional kind As String = Nothing) As ResourcePredictionsProfile
Parameters
- kind
- String
Determines how the stand-by scheme should be provided.
Returns
A new ResourcePredictionsProfile instance for mocking.