Class NetworkWatcherPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.NetworkWatcherPropertiesFormat
-
public final class NetworkWatcherPropertiesFormat extends Object
The network watcher properties.
-
-
Constructor Summary
Constructors Constructor Description NetworkWatcherPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the network watcher resource.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network watcher resource.- Returns:
- the provisioningState value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-