ArmAppPlatformModelFactory.AppPlatformServiceRegistryInstance Method

Definition

Initializes a new instance of AppPlatformServiceRegistryInstance.

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance AppPlatformServiceRegistryInstance (string name = default, string status = default);
static member AppPlatformServiceRegistryInstance : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRegistryInstance
Public Shared Function AppPlatformServiceRegistryInstance (Optional name As String = Nothing, Optional status As String = Nothing) As AppPlatformServiceRegistryInstance

Parameters

name
String

Name of the Service Registry instance.

status
String

Status of the Service Registry instance.

Returns

A new AppPlatformServiceRegistryInstance instance for mocking.

Applies to