Compartilhar via


ArmIotCentralModelFactory.IotCentralAppData Método

Definição

Inicializa uma nova instância de IotCentralAppData.

public static Azure.ResourceManager.IotCentral.IotCentralAppData IotCentralAppData (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, Azure.ResourceManager.IotCentral.Models.IotCentralAppSku? skuName = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.IotCentral.Models.IotCentralProvisioningState? provisioningState = default, Guid? applicationId = default, string displayName = default, string subdomain = default, string template = default, Azure.ResourceManager.IotCentral.Models.IotCentralAppState? state = default, Azure.ResourceManager.IotCentral.Models.IotCentralPublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.IotCentral.Models.IotCentralNetworkRuleSets networkRuleSets = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionData> privateEndpointConnections = default);
static member IotCentralAppData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.IotCentral.Models.IotCentralAppSku> * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.IotCentral.Models.IotCentralProvisioningState> * Nullable<Guid> * string * string * string * Nullable<Azure.ResourceManager.IotCentral.Models.IotCentralAppState> * Nullable<Azure.ResourceManager.IotCentral.Models.IotCentralPublicNetworkAccess> * Azure.ResourceManager.IotCentral.Models.IotCentralNetworkRuleSets * seq<Azure.ResourceManager.IotCentral.IotCentralPrivateEndpointConnectionData> -> Azure.ResourceManager.IotCentral.IotCentralAppData
Public Shared Function IotCentralAppData (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 Nullable(Of IotCentralAppSku) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of IotCentralProvisioningState) = Nothing, Optional applicationId As Nullable(Of Guid) = Nothing, Optional displayName As String = Nothing, Optional subdomain As String = Nothing, Optional template As String = Nothing, Optional state As Nullable(Of IotCentralAppState) = Nothing, Optional publicNetworkAccess As Nullable(Of IotCentralPublicNetworkAccess) = Nothing, Optional networkRuleSets As IotCentralNetworkRuleSets = Nothing, Optional privateEndpointConnections As IEnumerable(Of IotCentralPrivateEndpointConnectionData) = Nothing) As IotCentralAppData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

skuName
Nullable<IotCentralAppSku>

Um SKU de instância válido.

identity
ManagedServiceIdentity

As identidades gerenciadas para o aplicativo IoT Central. Tipos de identidade com suporte atuais: Nenhum, SystemAssigned.

provisioningState
Nullable<IotCentralProvisioningState>

O estado de provisionamento do aplicativo.

applicationId
Nullable<Guid>

A ID do aplicativo.

displayName
String

O nome de exibição do aplicativo.

subdomain
String

O subdomínio do aplicativo.

template
String

A ID do modelo de aplicativo, que é um blueprint que define as características e os comportamentos de um aplicativo. Opcional; se não for especificado, o padrão será um blueprint em branco e permitirá que o aplicativo seja definido do zero.

state
Nullable<IotCentralAppState>

O estado atual do aplicativo.

publicNetworkAccess
Nullable<IotCentralPublicNetworkAccess>

Se as solicitações da rede pública são permitidas.

networkRuleSets
IotCentralNetworkRuleSets

Propriedades do conjunto de regras de rede deste aplicativo do IoT Central.

privateEndpointConnections
IEnumerable<IotCentralPrivateEndpointConnectionData>

Conexões de ponto de extremidade privado criadas neste aplicativo do IoT Central.

Retornos

Uma nova IotCentralAppData instância para simulação.

Aplica-se a