ArmMachineLearningModelFactory.DestinationAssetContent 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.
Publishing destination registry asset information.
public static Azure.ResourceManager.MachineLearning.Models.DestinationAssetContent DestinationAssetContent(string destinationName = default, string destinationVersion = default, string registryName = default);
static member DestinationAssetContent : string * string * string -> Azure.ResourceManager.MachineLearning.Models.DestinationAssetContent
Public Shared Function DestinationAssetContent (Optional destinationName As String = Nothing, Optional destinationVersion As String = Nothing, Optional registryName As String = Nothing) As DestinationAssetContent
Parameters
- destinationName
- String
Destination asset name.
- destinationVersion
- String
Destination asset version.
- registryName
- String
Destination registry name.
Returns
A new DestinationAssetContent instance for mocking.