ArmElasticSanModelFactory.ElasticSanPatch Method

Definition

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

baseSizeTiB
Nullable<Int64>

Base size of the Elastic San appliance in TiB.

extendedCapacitySizeTiB
Nullable<Int64>

Extended size of the Elastic San appliance in TiB.

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.

Applies to