Class NetworkSecurityPerimeter
java.lang.Object
com.azure.resourcemanager.storage.models.NetworkSecurityPerimeter
NetworkSecurityPerimeter related information.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkSecurityPerimeter class. -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The ARM identifier of the resource.location()Get the location property: Location of the resource.Get the perimeterGuid property: Guid of the resource.voidvalidate()Validates the instance.Set the id property: The ARM identifier of the resource.withLocation(String location) Set the location property: Location of the resource.withPerimeterGuid(String perimeterGuid) Set the perimeterGuid property: Guid of the resource.
-
Constructor Details
-
NetworkSecurityPerimeter
public NetworkSecurityPerimeter()Creates an instance of NetworkSecurityPerimeter class.
-
-
Method Details
-
id
Get the id property: The ARM identifier of the resource.- Returns:
- the id value.
-
withId
Set the id property: The ARM identifier of the resource.- Parameters:
id- the id value to set.- Returns:
- the NetworkSecurityPerimeter object itself.
-
perimeterGuid
Get the perimeterGuid property: Guid of the resource.- Returns:
- the perimeterGuid value.
-
withPerimeterGuid
Set the perimeterGuid property: Guid of the resource.- Parameters:
perimeterGuid- the perimeterGuid value to set.- Returns:
- the NetworkSecurityPerimeter object itself.
-
location
Get the location property: Location of the resource.- Returns:
- the location value.
-
withLocation
Set the location property: Location of the resource.- Parameters:
location- the location value to set.- Returns:
- the NetworkSecurityPerimeter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-