RuleSetInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cdn. fluent. models. RuleSetInner
- com.
- com.
public final class RuleSetInner
extends ProxyResource
Friendly RuleSet name mapping to the any RuleSet or secret related information.
Constructor Summary
Constructor | Description |
---|---|
RuleSetInner() |
Creates an instance of Rule |
Method Summary
Modifier and Type | Method and Description |
---|---|
Deployment |
deploymentStatus()
Get the deployment |
static
Rule |
fromJson(JsonReader jsonReader)
Reads an instance of Rule |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
profileName()
Get the profile |
Afd |
provisioningState()
Get the provisioning |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
RuleSetInner
public RuleSetInner()
Creates an instance of RuleSetInner class.
Method Details
deploymentStatus
public DeploymentStatus deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
Returns:
fromJson
public static RuleSetInner fromJson(JsonReader jsonReader)
Reads an instance of RuleSetInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RuleSetInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RuleSetInner.name()Returns:
profileName
public String profileName()
Get the profileName property: The name of the profile which holds the rule set.
Returns:
provisioningState
public AfdProvisioningState provisioningState()
Get the provisioningState property: Provisioning status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RuleSetInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RuleSetInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java