ArmProviderHubModelFactory.ResourceManagementEntity 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 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.