ArmPureStorageBlockModelFactory.PureStoragePoolPatch 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.PureStorageBlock.Models.PureStoragePoolPatch PureStoragePoolPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, long? storagePoolUpdateProvisionedBandwidthMbPerSec = default);
static member PureStoragePoolPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> -> Azure.ResourceManager.PureStorageBlock.Models.PureStoragePoolPatch
Public Shared Function PureStoragePoolPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional storagePoolUpdateProvisionedBandwidthMbPerSec As Nullable(Of Long) = Nothing) As PureStoragePoolPatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
Total bandwidth provisioned for the pool, in MB/s.
Returns
A new PureStoragePoolPatch instance for mocking.