Udostępnij za pośrednictwem


ArmSphereModelFactory.SphereProductData Method

Definition

Initializes a new instance of SphereProductData.

public static Azure.ResourceManager.Sphere.SphereProductData SphereProductData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, Azure.ResourceManager.Sphere.Models.SphereProvisioningState? provisioningState = default);
static member SphereProductData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.Sphere.Models.SphereProvisioningState> -> Azure.ResourceManager.Sphere.SphereProductData
Public Shared Function SphereProductData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional provisioningState As Nullable(Of SphereProvisioningState) = Nothing) As SphereProductData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

description
String

Description of the product.

provisioningState
Nullable<SphereProvisioningState>

The status of the last operation.

Returns

A new SphereProductData instance for mocking.

Applies to