ArmMachineLearningModelFactory.MachineLearningComputeInstanceCreatedBy 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.
Initializes a new instance of MachineLearningComputeInstanceCreatedBy.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceCreatedBy MachineLearningComputeInstanceCreatedBy (string userName = default, string userOrgId = default, string userId = default);
static member MachineLearningComputeInstanceCreatedBy : string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceCreatedBy
Public Shared Function MachineLearningComputeInstanceCreatedBy (Optional userName As String = Nothing, Optional userOrgId As String = Nothing, Optional userId As String = Nothing) As MachineLearningComputeInstanceCreatedBy
Parameters
- userName
- String
Name of the user.
- userOrgId
- String
Uniquely identifies user' Azure Active Directory organization.
- userId
- String
Uniquely identifies the user within his/her organization.
Returns
A new MachineLearningComputeInstanceCreatedBy instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET