NetworkSecurityPerimeterConfigurations interface
Interface representing a NetworkSecurityPerimeterConfigurations.
Methods
begin |
Refreshes any information about the association. |
begin |
Refreshes any information about the association. |
Method Details
beginCreateOrUpdate(string, string, string, NetworkSecurityPerimeterConfigurationsCreateOrUpdateOptionalParams)
Refreshes any information about the association.
function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, resourceAssociationName: string, options?: NetworkSecurityPerimeterConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
Name of the resource group within the azure subscription.
- namespaceName
-
string
The Namespace name
- resourceAssociationName
-
string
The ResourceAssociation Name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginCreateOrUpdateAndWait(string, string, string, NetworkSecurityPerimeterConfigurationsCreateOrUpdateOptionalParams)
Refreshes any information about the association.
function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, resourceAssociationName: string, options?: NetworkSecurityPerimeterConfigurationsCreateOrUpdateOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of the resource group within the azure subscription.
- namespaceName
-
string
The Namespace name
- resourceAssociationName
-
string
The ResourceAssociation Name
The options parameters.
Returns
Promise<void>