Permissions for creating a volume.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateVolumePermission
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateVolumePermission()()()() | Initializes a new instance of the CreateVolumePermission class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            Group that is allowed to create volumes from
            the snapshot (currently supports "all").
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetUserId()()()() | 
            Checks if UserId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UserId | 
            User ID of a user that can create volumes from
            the snapshot.
             | 
|  | WithGroupName(String) | Obsolete. 
            Sets the group that is allowed to create volumes from
            the snapshot (currently supports "all").
             | 
|  | WithUserId(String) | Obsolete. 
            Sets the user ID of a user that can create volumes from
            the snapshot.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreateVolumePermission |