Language

ArmDevOpsInfrastructureModelFactory.ResourcePredictionsProfile(String) Method

Definition

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.

Applies to