Class AfdEndpointPropertiesUpdateParameters
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.AfdEndpointPropertiesUpdateParameters
- Direct Known Subclasses:
AfdEndpointProperties
The JSON object containing endpoint update parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AfdEndpointPropertiesUpdateParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the enabledState property: Whether to enable use of this rule.Get the profileName property: The name of the profile which holds the endpoint.voidvalidate()Validates the instance.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.
-
Constructor Details
-
AfdEndpointPropertiesUpdateParameters
public AfdEndpointPropertiesUpdateParameters()Creates an instance of AfdEndpointPropertiesUpdateParameters class.
-
-
Method Details
-
profileName
Get the profileName property: The name of the profile which holds the endpoint.- Returns:
- the profileName value.
-
enabledState
Get the enabledState property: Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.- Returns:
- the enabledState value.
-
withEnabledState
Set the enabledState property: Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.- Parameters:
enabledState- the enabledState value to set.- Returns:
- the AfdEndpointPropertiesUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-