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 PossibleValuesForClusterConfiguration() []string + func PossibleValuesForClusterManagerType() []string + func PossibleValuesForClusterSubnetType() []string + func PossibleValuesForScaleType() []string + func PossibleValuesForSqlVMGroupImageSku() []string + func ValidateSqlVirtualMachineGroupID(input interface{}, key string) (warnings []string, errors []error) + type ClusterConfiguration string + const ClusterConfigurationDomainful + func (s *ClusterConfiguration) UnmarshalJSON(bytes []byte) error + type ClusterManagerType string + const ClusterManagerTypeWSFC + func (s *ClusterManagerType) UnmarshalJSON(bytes []byte) error + type ClusterSubnetType string + const ClusterSubnetTypeMultiSubnet + const ClusterSubnetTypeSingleSubnet + func (s *ClusterSubnetType) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SqlVirtualMachineGroup + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *SqlVirtualMachineGroup + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []SqlVirtualMachineGroup + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]SqlVirtualMachineGroup + OData *odata.OData + type ListCompleteResult struct + Items []SqlVirtualMachineGroup + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]SqlVirtualMachineGroup + OData *odata.OData + type ScaleType string + const ScaleTypeHA + func (s *ScaleType) UnmarshalJSON(bytes []byte) error + type SqlVMGroupImageSku string + const SqlVMGroupImageSkuDeveloper + const SqlVMGroupImageSkuEnterprise + func (s *SqlVMGroupImageSku) UnmarshalJSON(bytes []byte) error + type SqlVirtualMachineGroup struct + Id *string + Location string + Name *string + Properties *SqlVirtualMachineGroupProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SqlVirtualMachineGroupId struct + ResourceGroupName string + SqlVirtualMachineGroupName string + SubscriptionId string + func NewSqlVirtualMachineGroupID(subscriptionId string, resourceGroupName string, ...) SqlVirtualMachineGroupId + func ParseSqlVirtualMachineGroupID(input string) (*SqlVirtualMachineGroupId, error) + func ParseSqlVirtualMachineGroupIDInsensitively(input string) (*SqlVirtualMachineGroupId, error) + func (id *SqlVirtualMachineGroupId) FromParseResult(input resourceids.ParseResult) error + func (id SqlVirtualMachineGroupId) ID() string + func (id SqlVirtualMachineGroupId) Segments() []resourceids.Segment + func (id SqlVirtualMachineGroupId) String() string + type SqlVirtualMachineGroupOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SqlVirtualMachineGroupOperationPredicate) Matches(input SqlVirtualMachineGroup) bool + type SqlVirtualMachineGroupProperties struct + ClusterConfiguration *ClusterConfiguration + ClusterManagerType *ClusterManagerType + ProvisioningState *string + ScaleType *ScaleType + SqlImageOffer *string + SqlImageSku *SqlVMGroupImageSku + WsfcDomainProfile *WsfcDomainProfile + type SqlVirtualMachineGroupUpdate struct + Tags *map[string]string + type SqlVirtualMachineGroupsClient struct + Client *resourcemanager.Client + func NewSqlVirtualMachineGroupsClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlVirtualMachineGroupsClient, error) + func (c SqlVirtualMachineGroupsClient) CreateOrUpdate(ctx context.Context, id SqlVirtualMachineGroupId, input SqlVirtualMachineGroup) (result CreateOrUpdateOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) CreateOrUpdateThenPoll(ctx context.Context, id SqlVirtualMachineGroupId, input SqlVirtualMachineGroup) error + func (c SqlVirtualMachineGroupsClient) Delete(ctx context.Context, id SqlVirtualMachineGroupId) (result DeleteOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) DeleteThenPoll(ctx context.Context, id SqlVirtualMachineGroupId) error + func (c SqlVirtualMachineGroupsClient) Get(ctx context.Context, id SqlVirtualMachineGroupId) (result GetOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c SqlVirtualMachineGroupsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c SqlVirtualMachineGroupsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c SqlVirtualMachineGroupsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c SqlVirtualMachineGroupsClient) Update(ctx context.Context, id SqlVirtualMachineGroupId, ...) (result UpdateOperationResponse, err error) + func (c SqlVirtualMachineGroupsClient) UpdateThenPoll(ctx context.Context, id SqlVirtualMachineGroupId, ...) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *SqlVirtualMachineGroup + OData *odata.OData + Poller pollers.Poller + type WsfcDomainProfile struct + ClusterBootstrapAccount *string + ClusterOperatorAccount *string + ClusterSubnetType *ClusterSubnetType + DomainFqdn *string + FileShareWitnessPath *string + IsSqlServiceAccountGmsa *bool + OuPath *string + SqlServiceAccount *string + StorageAccountPrimaryKey *string + StorageAccountURL *string