ArmComputeModelFactory.PirResourceData 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 PirResourceData.
public static Azure.ResourceManager.Compute.Models.PirResourceData PirResourceData (string name = default, Azure.Core.AzureLocation? location = default);
static member PirResourceData : string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Compute.Models.PirResourceData
Public Shared Function PirResourceData (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As PirResourceData
Parameters
- name
- String
Resource name.
- location
- Nullable<AzureLocation>
Resource location.
Returns
A new PirResourceData 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