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