PlanetaryComputerModelFactory.ManagedIdentityMetadata 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.
Managed Identity metadata.
public static Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata ManagedIdentityMetadata(Guid objectId = default, Azure.Core.ResourceIdentifier resourceId = default);
static member ManagedIdentityMetadata : Guid * Azure.Core.ResourceIdentifier -> Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata
Public Shared Function ManagedIdentityMetadata (Optional objectId As Guid = Nothing, Optional resourceId As ResourceIdentifier = Nothing) As ManagedIdentityMetadata
Parameters
- objectId
- Guid
Object id of the managed identity.
- resourceId
- ResourceIdentifier
ARM path or resource id of the managed identity.
Returns
A new ManagedIdentityMetadata instance for mocking.