NetAppBucketPatchPermission Struct
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.
Access permissions for the bucket. Either ReadOnly or ReadWrite.
public readonly struct NetAppBucketPatchPermission : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppBucketPatchPermission>
type NetAppBucketPatchPermission = struct
Public Structure NetAppBucketPatchPermission
Implements IEquatable(Of NetAppBucketPatchPermission)
- Inheritance
-
NetAppBucketPatchPermission
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppBucketPatchPermission(String) |
Initializes a new instance of NetAppBucketPatchPermission. |
Properties
| Name | Description |
|---|---|
| ReadOnly |
Read-only access to bucket. |
| ReadWrite |
Read-write access to bucket. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppBucketPatchPermission) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(NetAppBucketPatchPermission, NetAppBucketPatchPermission) |
Determines if two NetAppBucketPatchPermission values are the same. |
| Implicit(String to NetAppBucketPatchPermission) |
Converts a String to a NetAppBucketPatchPermission. |
| Inequality(NetAppBucketPatchPermission, NetAppBucketPatchPermission) |
Determines if two NetAppBucketPatchPermission values are not the same. |