ArmProviderHubModelFactory.ResourceManagementEntity Method

Definition

Initializes a new instance of ResourceManagementEntity.

public static Azure.ResourceManager.ProviderHub.Models.ResourceManagementEntity ResourceManagementEntity(Azure.Core.ResourceIdentifier resourceId = default, string homeTenantId = default, Azure.Core.AzureLocation? location = default, string status = default);
static member ResourceManagementEntity : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.AzureLocation> * string -> Azure.ResourceManager.ProviderHub.Models.ResourceManagementEntity
Public Shared Function ResourceManagementEntity (Optional resourceId As ResourceIdentifier = Nothing, Optional homeTenantId As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional status As String = Nothing) As ResourceManagementEntity

Parameters

resourceId
ResourceIdentifier

The resource id.

homeTenantId
String

The home tenant id.

location
Nullable<AzureLocation>

The location.

status
String

The operation status.

Returns

A new ResourceManagementEntity instance for mocking.

Applies to