共用方式為


ArmAppContainersModelFactory.ContainerAppManagedEnvironmentStorageData Method

Definition

Initializes a new instance of ContainerAppManagedEnvironmentStorageData.

public static Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentStorageData ContainerAppManagedEnvironmentStorageData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties managedEnvironmentStorageAzureFile = default);
static member ContainerAppManagedEnvironmentStorageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentStorageData
Public Shared Function ContainerAppManagedEnvironmentStorageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional managedEnvironmentStorageAzureFile As ContainerAppAzureFileProperties = Nothing) As ContainerAppManagedEnvironmentStorageData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

managedEnvironmentStorageAzureFile
ContainerAppAzureFileProperties

Storage properties.

Returns

A new ContainerAppManagedEnvironmentStorageData instance for mocking.

Applies to