ArmNetAppModelFactory.NetAppBucketPatch 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.
Initializes a new instance of NetAppBucketPatch.
public static Azure.ResourceManager.NetApp.Models.NetAppBucketPatch NetAppBucketPatch(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string path = default, Azure.ResourceManager.NetApp.Models.NetAppBucketFileSystemUser fileSystemUser = default, Azure.ResourceManager.NetApp.Models.NetAppProvisioningState? provisioningState = default, Azure.ResourceManager.NetApp.Models.NetAppBucketServerPatchProperties server = default, Azure.ResourceManager.NetApp.Models.NetAppBucketPatchPermission? permissions = default);
static member NetAppBucketPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.NetApp.Models.NetAppBucketFileSystemUser * Nullable<Azure.ResourceManager.NetApp.Models.NetAppProvisioningState> * Azure.ResourceManager.NetApp.Models.NetAppBucketServerPatchProperties * Nullable<Azure.ResourceManager.NetApp.Models.NetAppBucketPatchPermission> -> Azure.ResourceManager.NetApp.Models.NetAppBucketPatch
Public Shared Function NetAppBucketPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional path As String = Nothing, Optional fileSystemUser As NetAppBucketFileSystemUser = Nothing, Optional provisioningState As Nullable(Of NetAppProvisioningState) = Nothing, Optional server As NetAppBucketServerPatchProperties = Nothing, Optional permissions As Nullable(Of NetAppBucketPatchPermission) = Nothing) As NetAppBucketPatch
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- path
- String
The volume path mounted inside the bucket.
- fileSystemUser
- NetAppBucketFileSystemUser
File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
- provisioningState
- Nullable<NetAppProvisioningState>
Provisioning state of the resource.
Properties of the server managing the lifecycle of volume buckets.
- permissions
- Nullable<NetAppBucketPatchPermission>
Access permissions for the bucket. Either ReadOnly or ReadWrite.
Returns
A new NetAppBucketPatch instance for mocking.