Documentation ¶
Index ¶
- func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error)
- type GetGroupIdListForLDAPUserRequest
- type GetGroupIdListForLDAPUserResponse
- type GroupIdListForLDAPUserClient
- func (c GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUser(ctx context.Context, id VolumeId, input GetGroupIdListForLDAPUserRequest) (result VolumesListGetGroupIdListForLdapUserOperationResponse, err error)
- func (c GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUserThenPoll(ctx context.Context, id VolumeId, input GetGroupIdListForLDAPUserRequest) error
- type VolumeId
- type VolumesListGetGroupIdListForLdapUserOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVolumeID ¶
ValidateVolumeID checks that 'input' can be parsed as a Volume ID
Types ¶
type GetGroupIdListForLDAPUserRequest ¶
type GetGroupIdListForLDAPUserRequest struct {
Username string `json:"username"`
}
type GetGroupIdListForLDAPUserResponse ¶
type GetGroupIdListForLDAPUserResponse struct {
GroupIdsForLdapUser *[]string `json:"groupIdsForLdapUser,omitempty"`
}
type GroupIdListForLDAPUserClient ¶
type GroupIdListForLDAPUserClient struct {
Client *resourcemanager.Client
}
func NewGroupIdListForLDAPUserClientWithBaseURI ¶
func NewGroupIdListForLDAPUserClientWithBaseURI(api environments.Api) (*GroupIdListForLDAPUserClient, error)
func (GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUser ¶
func (c GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUser(ctx context.Context, id VolumeId, input GetGroupIdListForLDAPUserRequest) (result VolumesListGetGroupIdListForLdapUserOperationResponse, err error)
VolumesListGetGroupIdListForLdapUser ...
func (GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUserThenPoll ¶
func (c GroupIdListForLDAPUserClient) VolumesListGetGroupIdListForLdapUserThenPoll(ctx context.Context, id VolumeId, input GetGroupIdListForLDAPUserRequest) error
VolumesListGetGroupIdListForLdapUserThenPoll performs VolumesListGetGroupIdListForLdapUser then polls until it's completed
type VolumeId ¶
type VolumeId struct { SubscriptionId string ResourceGroupName string NetAppAccountName string CapacityPoolName string VolumeName string }
VolumeId is a struct representing the Resource ID for a Volume
func NewVolumeID ¶
func NewVolumeID(subscriptionId string, resourceGroupName string, netAppAccountName string, capacityPoolName string, volumeName string) VolumeId
NewVolumeID returns a new VolumeId struct
func ParseVolumeID ¶
ParseVolumeID parses 'input' into a VolumeId
func ParseVolumeIDInsensitively ¶
ParseVolumeIDInsensitively parses 'input' case-insensitively into a VolumeId note: this method should only be used for API response data and not user input
func (VolumeId) Segments ¶
func (id VolumeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Volume ID
Click to show internal directories.
Click to hide internal directories.