ArmCdnModelFactory.MigrateResult 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 MigrateResult.
public static Azure.ResourceManager.Cdn.Models.MigrateResult MigrateResult(Azure.Core.ResourceIdentifier resourceId = default, string migrateResultType = default, Azure.Core.ResourceIdentifier migratedProfileResourceIdId = default);
static member MigrateResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.Models.MigrateResult
Public Shared Function MigrateResult (Optional resourceId As ResourceIdentifier = Nothing, Optional migrateResultType As String = Nothing, Optional migratedProfileResourceIdId As ResourceIdentifier = Nothing) As MigrateResult
Parameters
- resourceId
- ResourceIdentifier
Resource ID.
- migrateResultType
- String
Resource type.
- migratedProfileResourceIdId
- ResourceIdentifier
Arm resource id of the migrated profile.
Returns
A new MigrateResult instance for mocking.