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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET