ArmFileSharesModelFactory.FileShareLimits 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.
File share-related limits in the specified subscription/location.
public static Azure.ResourceManager.FileShares.Models.FileShareLimits FileShareLimits(int maxFileShares = 0, int maxFileShareSnapshots = 0, int maxFileShareSubnets = 0, int maxFileSharePrivateEndpointConnections = 0, int minProvisionedStorageGiB = 0, int maxProvisionedStorageGiB = 0, int minProvisionedIOPerSec = 0, int maxProvisionedIOPerSec = 0, int minProvisionedThroughputMiBPerSec = 0, int maxProvisionedThroughputMiBPerSec = 0);
static member FileShareLimits : int * int * int * int * int * int * int * int * int * int -> Azure.ResourceManager.FileShares.Models.FileShareLimits
Public Shared Function FileShareLimits (Optional maxFileShares As Integer = 0, Optional maxFileShareSnapshots As Integer = 0, Optional maxFileShareSubnets As Integer = 0, Optional maxFileSharePrivateEndpointConnections As Integer = 0, Optional minProvisionedStorageGiB As Integer = 0, Optional maxProvisionedStorageGiB As Integer = 0, Optional minProvisionedIOPerSec As Integer = 0, Optional maxProvisionedIOPerSec As Integer = 0, Optional minProvisionedThroughputMiBPerSec As Integer = 0, Optional maxProvisionedThroughputMiBPerSec As Integer = 0) As FileShareLimits
Parameters
- maxFileShares
- Int32
The maximum number of file shares that can be created.
- maxFileShareSnapshots
- Int32
The maximum number of snapshots allowed per file share.
- maxFileShareSubnets
- Int32
The maximum number of subnets that can be associated with a file share.
- maxFileSharePrivateEndpointConnections
- Int32
The maximum number of private endpoint connections allowed for a file share.
- minProvisionedStorageGiB
- Int32
The minimum provisioned storage in GiB for a file share.
- maxProvisionedStorageGiB
- Int32
The maximum provisioned storage in GiB for a file share.
- minProvisionedIOPerSec
- Int32
The minimum provisioned IOPS (Input/Output Operations Per Second) for a file share.
- maxProvisionedIOPerSec
- Int32
The maximum provisioned IOPS (Input/Output Operations Per Second) for a file share.
- minProvisionedThroughputMiBPerSec
- Int32
The minimum provisioned throughput in MiB/s for a file share.
- maxProvisionedThroughputMiBPerSec
- Int32
The maximum provisioned throughput in MiB/s for a file share.
Returns
A new FileShareLimits instance for mocking.