ArmIotOperationsModelFactory.IotOperationsExtendedLocation Method

Definition

public static Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocation IotOperationsExtendedLocation(string name = default, Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType type = default);
static member IotOperationsExtendedLocation : string * Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType -> Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocation
Public Shared Function IotOperationsExtendedLocation (Optional name As String = Nothing, Optional type As IotOperationsExtendedLocationType = Nothing) As IotOperationsExtendedLocation

Parameters

name
String

The name of the extended location.

type
IotOperationsExtendedLocationType

Type of ExtendedLocation.

Returns

A new IotOperationsExtendedLocation instance for mocking.

Applies to