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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET