ArmAppContainersModelFactory.DotNetComponentData Method

Definition

public static Azure.ResourceManager.AppContainers.DotNetComponentData DotNetComponentData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppContainers.Models.DotNetComponentType? componentType = default, Azure.ResourceManager.AppContainers.Models.DotNetComponentProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.DotNetComponentConfigurationProperty> configurations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.DotNetComponentServiceBind> serviceBinds = default);
static member DotNetComponentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppContainers.Models.DotNetComponentType> * Nullable<Azure.ResourceManager.AppContainers.Models.DotNetComponentProvisioningState> * seq<Azure.ResourceManager.AppContainers.Models.DotNetComponentConfigurationProperty> * seq<Azure.ResourceManager.AppContainers.Models.DotNetComponentServiceBind> -> Azure.ResourceManager.AppContainers.DotNetComponentData
Public Shared Function DotNetComponentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional componentType As Nullable(Of DotNetComponentType) = Nothing, Optional provisioningState As Nullable(Of DotNetComponentProvisioningState) = Nothing, Optional configurations As IEnumerable(Of DotNetComponentConfigurationProperty) = Nothing, Optional serviceBinds As IEnumerable(Of DotNetComponentServiceBind) = Nothing) As DotNetComponentData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

componentType
Nullable<DotNetComponentType>

Type of the .NET Component.

provisioningState
Nullable<DotNetComponentProvisioningState>

Provisioning state of the .NET Component.

configurations
IEnumerable<DotNetComponentConfigurationProperty>

List of .NET Components configuration properties.

serviceBinds
IEnumerable<DotNetComponentServiceBind>

List of .NET Components that are bound to the .NET component.

Returns

A new DotNetComponentData instance for mocking.

Applies to