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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET