ArmGrafanaModelFactory.ManagedGrafanaData 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 ManagedGrafanaData.
public static Azure.ResourceManager.Grafana.ManagedGrafanaData ManagedGrafanaData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string skuName = default, Azure.ResourceManager.Grafana.Models.ManagedGrafanaProperties properties = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ManagedGrafanaData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.Grafana.Models.ManagedGrafanaProperties * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.Grafana.ManagedGrafanaData
Public Shared Function ManagedGrafanaData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional skuName As String = Nothing, Optional properties As ManagedGrafanaProperties = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As ManagedGrafanaData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- skuName
- String
O Sku do recurso grafana.
- properties
- ManagedGrafanaProperties
Propriedades específicas do recurso grafana.
- identity
- ManagedServiceIdentity
A identidade gerenciada do recurso grafana.
Retornos
Uma nova ManagedGrafanaData instância para zombar.