ArmElasticSanModelFactory.ElasticSanPatch 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.ElasticSan.Models.ElasticSanPatch ElasticSanPatch(long? baseSizeTiB = default, long? extendedCapacitySizeTiB = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanPublicNetworkAccess? publicNetworkAccess = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanScaleUpProperties scaleUpProperties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member ElasticSanPatch : Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanPublicNetworkAccess> * Azure.ResourceManager.ElasticSan.Models.ElasticSanScaleUpProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.ElasticSan.Models.ElasticSanPatch
Public Shared Function ElasticSanPatch (Optional baseSizeTiB As Nullable(Of Long) = Nothing, Optional extendedCapacitySizeTiB As Nullable(Of Long) = Nothing, Optional publicNetworkAccess As Nullable(Of ElasticSanPublicNetworkAccess) = Nothing, Optional scaleUpProperties As ElasticSanScaleUpProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As ElasticSanPatch
Parameters
- publicNetworkAccess
- Nullable<ElasticSanPublicNetworkAccess>
Allow or disallow public network access to ElasticSan Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- scaleUpProperties
- ElasticSanScaleUpProperties
Scale up settings on Elastic San Appliance.
- tags
- IDictionary<String,String>
Update tags.
Returns
A new ElasticSanPatch instance for mocking.