共用方式為


ArmIotCentralModelFactory.IotCentralAppData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

skuName
Nullable<IotCentralAppSku>

A valid instance SKU.

identity
ManagedServiceIdentity

The managed identities for the IoT Central application. Current supported identity types: None, SystemAssigned.

provisioningState
Nullable<IotCentralProvisioningState>

The provisioning state of the application.

applicationId
Nullable<Guid>

The ID of the application.

displayName
String

The display name of the application.

subdomain
String

The subdomain of the application.

template
String

The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.

state
Nullable<IotCentralAppState>

The current state of the application.

publicNetworkAccess
Nullable<IotCentralPublicNetworkAccess>

Whether requests from the public network are allowed.

networkRuleSets
IotCentralNetworkRuleSets

Network Rule Set Properties of this IoT Central application.

privateEndpointConnections
IEnumerable<IotCentralPrivateEndpointConnectionData>

Private endpoint connections created on this IoT Central application.

Returns

A new IotCentralAppData instance for mocking.

Applies to