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 ValidateSimGroupID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *SimGroup + 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 *SimGroup + OData *odata.OData + type IdentityAndTagsObject struct + Identity *identity.UserAssignedMap + Tags *map[string]string + type KeyVaultKey struct + KeyURL *string + type MobileNetworkResourceId struct + Id string + 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 SIMGroupClient struct + Client *resourcemanager.Client + func NewSIMGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*SIMGroupClient, error) + func (c SIMGroupClient) CreateOrUpdate(ctx context.Context, id SimGroupId, input SimGroup) (result CreateOrUpdateOperationResponse, err error) + func (c SIMGroupClient) CreateOrUpdateThenPoll(ctx context.Context, id SimGroupId, input SimGroup) error + func (c SIMGroupClient) Delete(ctx context.Context, id SimGroupId) (result DeleteOperationResponse, err error) + func (c SIMGroupClient) DeleteThenPoll(ctx context.Context, id SimGroupId) error + func (c SIMGroupClient) Get(ctx context.Context, id SimGroupId) (result GetOperationResponse, err error) + func (c SIMGroupClient) UpdateTags(ctx context.Context, id SimGroupId, input IdentityAndTagsObject) (result UpdateTagsOperationResponse, err error) + type SimGroup struct + Id *string + Identity *identity.UserAssignedMap + Location string + Name *string + Properties SimGroupPropertiesFormat + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type SimGroupId struct + ResourceGroupName string + SimGroupName string + SubscriptionId string + func NewSimGroupID(subscriptionId string, resourceGroupName string, simGroupName string) SimGroupId + func ParseSimGroupID(input string) (*SimGroupId, error) + func ParseSimGroupIDInsensitively(input string) (*SimGroupId, error) + func (id *SimGroupId) FromParseResult(input resourceids.ParseResult) error + func (id SimGroupId) ID() string + func (id SimGroupId) Segments() []resourceids.Segment + func (id SimGroupId) String() string + type SimGroupPropertiesFormat struct + EncryptionKey *KeyVaultKey + MobileNetwork *MobileNetworkResourceId + ProvisioningState *ProvisioningState + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *SimGroup + OData *odata.OData