ArmDevOpsInfrastructureModelFactory.DevOpsFabricProfile(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.
Defines the type of fabric the agent will run on. Please note this is the abstract base class. The derived classes available for instantiation are: DevOpsVmssFabricProfile.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile DevOpsFabricProfile(string kind = default);
static member DevOpsFabricProfile : string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile
Public Shared Function DevOpsFabricProfile (Optional kind As String = Nothing) As DevOpsFabricProfile
Parameters
- kind
- String
Discriminator property for DevOpsFabricProfile.
Returns
A new DevOpsFabricProfile instance for mocking.