ArmAppContainersModelFactory.ConnectedEnvironmentStorageProperties 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 ConnectedEnvironmentStorageProperties.
public static Azure.ResourceManager.AppContainers.Models.ConnectedEnvironmentStorageProperties ConnectedEnvironmentStorageProperties(Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties azureFile = default, Azure.ResourceManager.AppContainers.Models.ConnectedEnvironmentStorageProvisioningState? provisioningState = default, string deploymentErrors = default);
static member ConnectedEnvironmentStorageProperties : Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties * Nullable<Azure.ResourceManager.AppContainers.Models.ConnectedEnvironmentStorageProvisioningState> * string -> Azure.ResourceManager.AppContainers.Models.ConnectedEnvironmentStorageProperties
Public Shared Function ConnectedEnvironmentStorageProperties (Optional azureFile As ContainerAppAzureFileProperties = Nothing, Optional provisioningState As Nullable(Of ConnectedEnvironmentStorageProvisioningState) = Nothing, Optional deploymentErrors As String = Nothing) As ConnectedEnvironmentStorageProperties
Parameters
- azureFile
- ContainerAppAzureFileProperties
Azure file properties.
- provisioningState
- Nullable<ConnectedEnvironmentStorageProvisioningState>
Provisioning state of the storage.
- deploymentErrors
- String
Any errors that occurred during deployment or deployment validation.
Returns
A new ConnectedEnvironmentStorageProperties instance for mocking.