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