NetworkSecurityProfile Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. NetworkSecurityProfile
- com.
Implements
public final class NetworkSecurityProfile
implements JsonSerializable<NetworkSecurityProfile>
Network security perimeter configuration profile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Access |
accessRules()
Get the access |
| Integer |
accessRulesVersion()
Get the access |
| Integer |
diagnosticSettingsVersion()
Get the diagnostic |
| List<String> |
enabledLogCategories()
Get the enabled |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| String |
name()
Get the name property: Name of the profile. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
accessRules
public List<AccessRule> accessRules()
Get the accessRules property: List of Access Rules.
Returns:
accessRulesVersion
public Integer accessRulesVersion()
Get the accessRulesVersion property: Current access rules version.
Returns:
diagnosticSettingsVersion
public Integer diagnosticSettingsVersion()
Get the diagnosticSettingsVersion property: Current diagnostic settings version.
Returns:
enabledLogCategories
public List<String> enabledLogCategories()
Get the enabledLogCategories property: List of log categories that are enabled.
Returns:
fromJson
public static NetworkSecurityProfile fromJson(JsonReader jsonReader)
Reads an instance of NetworkSecurityProfile from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the profile.
Returns:
toJson
validate
public void validate()
Validates the instance.