MockableSecurityCenterResourceGroupResource.GetAdaptiveNetworkHardenings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of AdaptiveNetworkHardeningResources in the ResourceGroupResource.
public virtual Azure.ResourceManager.SecurityCenter.AdaptiveNetworkHardeningCollection GetAdaptiveNetworkHardenings (string resourceNamespace, string resourceType, string resourceName);
abstract member GetAdaptiveNetworkHardenings : string * string * string -> Azure.ResourceManager.SecurityCenter.AdaptiveNetworkHardeningCollection
override this.GetAdaptiveNetworkHardenings : string * string * string -> Azure.ResourceManager.SecurityCenter.AdaptiveNetworkHardeningCollection
Public Overridable Function GetAdaptiveNetworkHardenings (resourceNamespace As String, resourceType As String, resourceName As String) As AdaptiveNetworkHardeningCollection
Parameters
- resourceNamespace
- String
The Namespace of the resource.
- resourceType
- String
The type of the resource.
- resourceName
- String
Name of the resource.
Returns
An object representing collection of AdaptiveNetworkHardeningResources and their operations over a AdaptiveNetworkHardeningResource.
Exceptions
resourceNamespace
, resourceType
or resourceName
is null.
resourceNamespace
, resourceType
or resourceName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET