Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateVolumeID(input interface{}, key string) (warnings []string, errors []error) + type GetGroupIdListForLDAPUserRequest struct + Username string + type GetGroupIdListForLDAPUserResponse struct + GroupIdsForLdapUser *[]string + type GroupIdListForLDAPUserClient struct + Client *resourcemanager.Client + func NewGroupIdListForLDAPUserClientWithBaseURI(sdkApi sdkEnv.Api) (*GroupIdListForLDAPUserClient, error) + 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 struct + CapacityPoolName string + NetAppAccountName string + ResourceGroupName string + SubscriptionId string + VolumeName string + func NewVolumeID(subscriptionId string, resourceGroupName string, netAppAccountName string, ...) VolumeId + func ParseVolumeID(input string) (*VolumeId, error) + func ParseVolumeIDInsensitively(input string) (*VolumeId, error) + func (id *VolumeId) FromParseResult(input resourceids.ParseResult) error + func (id VolumeId) ID() string + func (id VolumeId) Segments() []resourceids.Segment + func (id VolumeId) String() string + type VolumesListGetGroupIdListForLdapUserOperationResponse struct + HttpResponse *http.Response + Model *GetGroupIdListForLDAPUserResponse + OData *odata.OData + Poller pollers.Poller