AdaptiveNetworkHardening Interface

public interface AdaptiveNetworkHardening

An immutable client-side representation of AdaptiveNetworkHardening.

Method Summary

Modifier and Type Method and Description
abstract List<EffectiveNetworkSecurityGroups> effectiveNetworkSecurityGroups()

Gets the effectiveNetworkSecurityGroups property: The Network Security Groups effective on the network interfaces of the protected resource.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract AdaptiveNetworkHardeningInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.AdaptiveNetworkHardeningInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract List<Rule> rules()

Gets the rules property: The security rules which are recommended to be effective on the VM.

abstract OffsetDateTime rulesCalculationTime()

Gets the rulesCalculationTime property: The UTC time on which the rules were calculated.

abstract String type()

Gets the type property: The type of the resource.

Method Details

effectiveNetworkSecurityGroups

public abstract List effectiveNetworkSecurityGroups()

Gets the effectiveNetworkSecurityGroups property: The Network Security Groups effective on the network interfaces of the protected resource.

Returns:

the effectiveNetworkSecurityGroups value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract AdaptiveNetworkHardeningInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.AdaptiveNetworkHardeningInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

rules

public abstract List rules()

Gets the rules property: The security rules which are recommended to be effective on the VM.

Returns:

the rules value.

rulesCalculationTime

public abstract OffsetDateTime rulesCalculationTime()

Gets the rulesCalculationTime property: The UTC time on which the rules were calculated.

Returns:

the rulesCalculationTime value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to