Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func PossibleValuesForHcxEnterpriseSiteStatus() []string + func ValidateHcxEnterpriseSiteID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateCloudID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateResponse struct + HttpResponse *http.Response + Model *HcxEnterpriseSite + type DeleteResponse struct + HttpResponse *http.Response + type GetResponse struct + HttpResponse *http.Response + Model *HcxEnterpriseSite + type HcxEnterpriseSite struct + Id *string + Name *string + Properties *HcxEnterpriseSiteProperties + Type *string + type HcxEnterpriseSiteId struct + HcxEnterpriseSiteName string + PrivateCloudName string + ResourceGroupName string + SubscriptionId string + func NewHcxEnterpriseSiteID(subscriptionId string, resourceGroupName string, privateCloudName string, ...) HcxEnterpriseSiteId + func ParseHcxEnterpriseSiteID(input string) (*HcxEnterpriseSiteId, error) + func ParseHcxEnterpriseSiteIDInsensitively(input string) (*HcxEnterpriseSiteId, error) + func (id HcxEnterpriseSiteId) ID() string + func (id HcxEnterpriseSiteId) Segments() []resourceids.Segment + func (id HcxEnterpriseSiteId) String() string + type HcxEnterpriseSitePredicate struct + Id *string + Name *string + Type *string + func (p HcxEnterpriseSitePredicate) Matches(input HcxEnterpriseSite) bool + type HcxEnterpriseSiteProperties struct + ActivationKey *string + Status *HcxEnterpriseSiteStatus + type HcxEnterpriseSiteStatus string + const HcxEnterpriseSiteStatusAvailable + const HcxEnterpriseSiteStatusConsumed + const HcxEnterpriseSiteStatusDeactivated + const HcxEnterpriseSiteStatusDeleted + type HcxEnterpriseSitesClient struct + Client autorest.Client + func NewHcxEnterpriseSitesClientWithBaseURI(endpoint string) HcxEnterpriseSitesClient + func (c HcxEnterpriseSitesClient) CreateOrUpdate(ctx context.Context, id HcxEnterpriseSiteId, input HcxEnterpriseSite) (result CreateOrUpdateResponse, err error) + func (c HcxEnterpriseSitesClient) Delete(ctx context.Context, id HcxEnterpriseSiteId) (result DeleteResponse, err error) + func (c HcxEnterpriseSitesClient) Get(ctx context.Context, id HcxEnterpriseSiteId) (result GetResponse, err error) + func (c HcxEnterpriseSitesClient) List(ctx context.Context, id PrivateCloudId) (resp ListResponse, err error) + func (c HcxEnterpriseSitesClient) ListComplete(ctx context.Context, id PrivateCloudId) (ListCompleteResult, error) + func (c HcxEnterpriseSitesClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateCloudId, predicate HcxEnterpriseSitePredicate) (resp ListCompleteResult, err error) + type ListCompleteResult struct + Items []HcxEnterpriseSite + type ListResponse struct + HttpResponse *http.Response + Model *[]HcxEnterpriseSite + func (r ListResponse) HasMore() bool + func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error) + type PrivateCloudId struct + PrivateCloudName string + ResourceGroupName string + SubscriptionId string + func NewPrivateCloudID(subscriptionId string, resourceGroupName string, privateCloudName string) PrivateCloudId + func ParsePrivateCloudID(input string) (*PrivateCloudId, error) + func ParsePrivateCloudIDInsensitively(input string) (*PrivateCloudId, error) + func (id PrivateCloudId) ID() string + func (id PrivateCloudId) Segments() []resourceids.Segment + func (id PrivateCloudId) String() string