Class OriginGroupOverrideActionParameters
java.lang.Object
com.microsoft.azure.management.cdn.OriginGroupOverrideActionParameters
Defines the parameters for the origin group override action.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OriginGroupOverrideActionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the odatatype value.Get defines the OriginGroup that would override the DefaultOriginGroup.withOdatatype
(String odatatype) Set the odatatype value.withOriginGroup
(ResourceReference originGroup) Set defines the OriginGroup that would override the DefaultOriginGroup.
-
Constructor Details
-
OriginGroupOverrideActionParameters
public OriginGroupOverrideActionParameters()Creates an instance of OriginGroupOverrideActionParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the OriginGroupOverrideActionParameters object itself.
-
originGroup
Get defines the OriginGroup that would override the DefaultOriginGroup.- Returns:
- the originGroup value
-
withOriginGroup
Set defines the OriginGroup that would override the DefaultOriginGroup.- Parameters:
originGroup
- the originGroup value to set- Returns:
- the OriginGroupOverrideActionParameters object itself.
-