ArmAppContainersModelFactory.ContainerAppDaprComponentData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ContainerAppDaprComponentData.
public static Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData ContainerAppDaprComponentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string componentType = default, string version = default, bool? ignoreErrors = default, string initTimeout = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppWritableSecret> secrets = default, string secretStoreComponent = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppDaprMetadata> metadata = default, System.Collections.Generic.IEnumerable<string> scopes = default);
static member ContainerAppDaprComponentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<bool> * string * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppWritableSecret> * string * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppDaprMetadata> * seq<string> -> Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData
Public Shared Function ContainerAppDaprComponentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional componentType As String = Nothing, Optional version As String = Nothing, Optional ignoreErrors As Nullable(Of Boolean) = Nothing, Optional initTimeout As String = Nothing, Optional secrets As IEnumerable(Of ContainerAppWritableSecret) = Nothing, Optional secretStoreComponent As String = Nothing, Optional metadata As IEnumerable(Of ContainerAppDaprMetadata) = Nothing, Optional scopes As IEnumerable(Of String) = Nothing) As ContainerAppDaprComponentData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- componentType
- String
Component type.
- version
- String
Component version.
- initTimeout
- String
Initialization timeout.
- secrets
- IEnumerable<ContainerAppWritableSecret>
Collection of secrets used by a Dapr component.
- secretStoreComponent
- String
Name of a Dapr component to retrieve component secrets from.
- metadata
- IEnumerable<ContainerAppDaprMetadata>
Component metadata.
- scopes
- IEnumerable<String>
Names of container apps that can use this Dapr component.
Returns
A new ContainerAppDaprComponentData instance for mocking.
Applies to
Azure SDK for .NET