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 PossibleValuesForSlotType() []string + func ValidateCloudServiceID(input interface{}, key string) (warnings []string, errors []error) + type CloudServiceId struct + CloudServiceName string + ResourceGroupName string + SubscriptionId string + func NewCloudServiceID(subscriptionId string, resourceGroupName string, cloudServiceName string) CloudServiceId + func ParseCloudServiceID(input string) (*CloudServiceId, error) + func ParseCloudServiceIDInsensitively(input string) (*CloudServiceId, error) + func (id *CloudServiceId) FromParseResult(input resourceids.ParseResult) error + func (id CloudServiceId) ID() string + func (id CloudServiceId) Segments() []resourceids.Segment + func (id CloudServiceId) String() string + type CreateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *SwapResource + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *SwapResourceListResult + OData *odata.OData + type SlotType string + const SlotTypeProduction + const SlotTypeStaging + func (s *SlotType) UnmarshalJSON(bytes []byte) error + type SwapResource struct + Id *string + Name *string + Properties *SwapResourceProperties + Type *string + type SwapResourceListResult struct + Value *[]SwapResource + type SwapResourceProperties struct + SlotType *SlotType + type VipSwapClient struct + Client *resourcemanager.Client + func NewVipSwapClientWithBaseURI(sdkApi sdkEnv.Api) (*VipSwapClient, error) + func (c VipSwapClient) Create(ctx context.Context, id CloudServiceId, input SwapResource) (result CreateOperationResponse, err error) + func (c VipSwapClient) CreateThenPoll(ctx context.Context, id CloudServiceId, input SwapResource) error + func (c VipSwapClient) Get(ctx context.Context, id CloudServiceId) (result GetOperationResponse, err error) + func (c VipSwapClient) List(ctx context.Context, id CloudServiceId) (result ListOperationResponse, err error)