SimGroups interface
Interface representing a SimGroups.
Methods
begin |
Creates or updates a SIM group. |
begin |
Creates or updates a SIM group. |
begin |
Deletes the specified SIM group. |
begin |
Deletes the specified SIM group. |
get(string, string, Sim |
Gets information about the specified SIM group. |
list |
Gets all the SIM groups in a resource group. |
list |
Gets all the SIM groups in a subscription. |
update |
Patch SIM group resource. |
Method Details
beginCreateOrUpdate(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)
Creates or updates a SIM group.
function beginCreateOrUpdate(resourceGroupName: string, simGroupName: string, parameters: SimGroup, options?: SimGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SimGroup>, SimGroup>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimGroup
Parameters supplied to the create or update SIM group operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SimGroup>, SimGroup>>
beginCreateOrUpdateAndWait(string, string, SimGroup, SimGroupsCreateOrUpdateOptionalParams)
Creates or updates a SIM group.
function beginCreateOrUpdateAndWait(resourceGroupName: string, simGroupName: string, parameters: SimGroup, options?: SimGroupsCreateOrUpdateOptionalParams): Promise<SimGroup>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimGroup
Parameters supplied to the create or update SIM group operation.
The options parameters.
Returns
Promise<SimGroup>
beginDelete(string, string, SimGroupsDeleteOptionalParams)
Deletes the specified SIM group.
function beginDelete(resourceGroupName: string, simGroupName: string, options?: SimGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- options
- SimGroupsDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, SimGroupsDeleteOptionalParams)
Deletes the specified SIM group.
function beginDeleteAndWait(resourceGroupName: string, simGroupName: string, options?: SimGroupsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- options
- SimGroupsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, SimGroupsGetOptionalParams)
Gets information about the specified SIM group.
function get(resourceGroupName: string, simGroupName: string, options?: SimGroupsGetOptionalParams): Promise<SimGroup>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- options
- SimGroupsGetOptionalParams
The options parameters.
Returns
Promise<SimGroup>
listByResourceGroup(string, SimGroupsListByResourceGroupOptionalParams)
Gets all the SIM groups in a resource group.
function listByResourceGroup(resourceGroupName: string, options?: SimGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SimGroup, SimGroup[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
listBySubscription(SimGroupsListBySubscriptionOptionalParams)
Gets all the SIM groups in a subscription.
function listBySubscription(options?: SimGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SimGroup, SimGroup[], PageSettings>
Parameters
The options parameters.
Returns
updateTags(string, string, IdentityAndTagsObject, SimGroupsUpdateTagsOptionalParams)
Patch SIM group resource.
function updateTags(resourceGroupName: string, simGroupName: string, parameters: IdentityAndTagsObject, options?: SimGroupsUpdateTagsOptionalParams): Promise<SimGroup>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- IdentityAndTagsObject
Parameters supplied to patch SIM group resource.
The options parameters.
Returns
Promise<SimGroup>