ArmDeviceUpdateModelFactory.DeviceUpdateAccountLocationDetail 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 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
Parameters
- name
- String
Whether the location is primary or failover.
Returns
A new DeviceUpdateAccountLocationDetail instance for mocking.