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 PossibleValuesForProvisioningState() []string + func ValidateSliceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Slice + 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 *Slice + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Slice struct + Id *string + Location string + Name *string + Properties SlicePropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SliceClient struct + Client *resourcemanager.Client + func NewSliceClientWithBaseURI(sdkApi sdkEnv.Api) (*SliceClient, error) + func (c SliceClient) CreateOrUpdate(ctx context.Context, id SliceId, input Slice) (result CreateOrUpdateOperationResponse, err error) + func (c SliceClient) CreateOrUpdateThenPoll(ctx context.Context, id SliceId, input Slice) error + func (c SliceClient) Delete(ctx context.Context, id SliceId) (result DeleteOperationResponse, err error) + func (c SliceClient) DeleteThenPoll(ctx context.Context, id SliceId) error + func (c SliceClient) Get(ctx context.Context, id SliceId) (result GetOperationResponse, err error) + func (c SliceClient) UpdateTags(ctx context.Context, id SliceId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type SliceId struct + MobileNetworkName string + ResourceGroupName string + SliceName string + SubscriptionId string + func NewSliceID(subscriptionId string, resourceGroupName string, mobileNetworkName string, ...) SliceId + func ParseSliceID(input string) (*SliceId, error) + func ParseSliceIDInsensitively(input string) (*SliceId, error) + func (id *SliceId) FromParseResult(input resourceids.ParseResult) error + func (id SliceId) ID() string + func (id SliceId) Segments() []resourceids.Segment + func (id SliceId) String() string + type SlicePropertiesFormat struct + Description *string + ProvisioningState *ProvisioningState + Snssai Snssai + type Snssai struct + Sd *string + Sst int64 + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *Slice + OData *odata.OData