ArmStorageMoverModelFactory.JobRunResourceId(ResourceIdentifier) 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 JobRunResourceId.
public static Azure.ResourceManager.StorageMover.Models.JobRunResourceId JobRunResourceId(Azure.Core.ResourceIdentifier jobRunResourceIdValue = default);
static member JobRunResourceId : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.StorageMover.Models.JobRunResourceId
Public Shared Function JobRunResourceId (Optional jobRunResourceIdValue As ResourceIdentifier = Nothing) As JobRunResourceId
Parameters
- jobRunResourceIdValue
- ResourceIdentifier
Fully qualified resource id of the Job Run.
Returns
A new JobRunResourceId instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET