ArmNetworkCloudModelFactory.CloudServicesNetworkStorageOptions 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.
public static Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageOptions CloudServicesNetworkStorageOptions(Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode? mode = default, long? sizeMiB = default, Azure.Core.ResourceIdentifier storageApplianceId = default);
static member CloudServicesNetworkStorageOptions : Nullable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageMode> * Nullable<int64> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageOptions
Public Shared Function CloudServicesNetworkStorageOptions (Optional mode As Nullable(Of CloudServicesNetworkStorageMode) = Nothing, Optional sizeMiB As Nullable(Of Long) = Nothing, Optional storageApplianceId As ResourceIdentifier = Nothing) As CloudServicesNetworkStorageOptions
Parameters
The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.
- storageApplianceId
- ResourceIdentifier
The resource ID of the storage appliance that hosts the storage.
Returns
A new CloudServicesNetworkStorageOptions instance for mocking.