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