次の方法で共有


ArmDeviceUpdateModelFactory.DeviceUpdateAccountLocationDetail メソッド

定義

DeviceUpdateAccountLocationDetail の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationDetail DeviceUpdateAccountLocationDetail (string name = default, Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationRole? role = default);
static member DeviceUpdateAccountLocationDetail : string * Nullable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationRole> -> Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationDetail
Public Shared Function DeviceUpdateAccountLocationDetail (Optional name As String = Nothing, Optional role As Nullable(Of DeviceUpdateAccountLocationRole) = Nothing) As DeviceUpdateAccountLocationDetail

パラメーター

name
String
role
Nullable<DeviceUpdateAccountLocationRole>

場所がプライマリかフェールオーバーか。

戻り値

モック作成用の新しい DeviceUpdateAccountLocationDetail インスタンス。

適用対象