ArmSphereModelFactory.SphereProductData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- description
- String
Descrição do produto Nome Serializado: Product.properties.description
- provisioningState
- Nullable<SphereProvisioningState>
O status da última operação. Nome serializado: Product.properties.provisioningState
Retornos
Uma nova SphereProductData instância para simulação.