NetworkSecurityPerimeterConfigurationsOperations interface
Interface representing a NetworkSecurityPerimeterConfigurations operations.
Properties
| begin |
|
| begin |
|
| get | Gets the specified network security perimeter configuration associated with the configuration store. |
| list |
Lists all network security perimeter configurations for a configuration store. |
| reconcile | Forces a refresh of the specified network security perimeter configuration. |
Property Details
beginReconcile
Warning
This API is now deprecated.
use reconcile instead
beginReconcile: (resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginReconcileAndWait
Warning
This API is now deprecated.
use reconcile instead
beginReconcileAndWait: (resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => Promise<void>
get
Gets the specified network security perimeter configuration associated with the configuration store.
get: (resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams) => Promise<NetworkSecurityPerimeterConfiguration>
Property Value
(resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsGetOptionalParams) => Promise<NetworkSecurityPerimeterConfiguration>
listByConfigurationStore
Lists all network security perimeter configurations for a configuration store.
listByConfigurationStore: (resourceGroupName: string, configStoreName: string, options?: NetworkSecurityPerimeterConfigurationsListByConfigurationStoreOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfiguration[], PageSettings>
Property Value
(resourceGroupName: string, configStoreName: string, options?: NetworkSecurityPerimeterConfigurationsListByConfigurationStoreOptionalParams) => PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration, NetworkSecurityPerimeterConfiguration[], PageSettings>
reconcile
Forces a refresh of the specified network security perimeter configuration.
reconcile: (resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, configStoreName: string, networkSecurityPerimeterConfigurationName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileOptionalParams) => PollerLike<OperationState<void>, void>