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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET