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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET