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 ValidateClusterID(input interface{}, key string) (warnings []string, errors []error) + type ClusterId struct + ClusterName string + PrivateCloudName string + ResourceGroupName string + SubscriptionId string + func NewClusterID(subscriptionId string, resourceGroupName string, privateCloudName string, ...) ClusterId + func ParseClusterID(input string) (*ClusterId, error) + func ParseClusterIDInsensitively(input string) (*ClusterId, error) + func (id *ClusterId) FromParseResult(input resourceids.ParseResult) error + func (id ClusterId) ID() string + func (id ClusterId) Segments() []resourceids.Segment + func (id ClusterId) String() string + type ClusterZone struct + Hosts *[]string + Zone *string + type ClusterZoneList struct + Zones *[]ClusterZone + type ClustersListZonesOperationResponse struct + HttpResponse *http.Response + Model *ClusterZoneList + OData *odata.OData + type ZoneClient struct + Client *resourcemanager.Client + func NewZoneClientWithBaseURI(sdkApi sdkEnv.Api) (*ZoneClient, error) + func (c ZoneClient) ClustersListZones(ctx context.Context, id ClusterId) (result ClustersListZonesOperationResponse, err error)