SubscriptionOperationsExtensions.Rename メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションの名前を変更する操作
public static Microsoft.Azure.Management.Subscription.Models.RenamedSubscriptionId Rename(this Microsoft.Azure.Management.Subscription.ISubscriptionOperations operations, string subscriptionId, Microsoft.Azure.Management.Subscription.Models.SubscriptionName body);
static member Rename : Microsoft.Azure.Management.Subscription.ISubscriptionOperations * string * Microsoft.Azure.Management.Subscription.Models.SubscriptionName -> Microsoft.Azure.Management.Subscription.Models.RenamedSubscriptionId
<Extension()>
Public Function Rename (operations As ISubscriptionOperations, subscriptionId As String, body As SubscriptionName) As RenamedSubscriptionId
パラメーター
- operations
- ISubscriptionOperations
この拡張メソッドの操作グループ。
- subscriptionId
- String
サブスクリプション ID。
- body
- SubscriptionName
サブスクリプション名
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET