public final class OriginGroupOverrideActionParameters extends Object
| Constructor and Description |
|---|
OriginGroupOverrideActionParameters()
Creates an instance of OriginGroupOverrideActionParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
odataType()
Get the odataType property: The @odata.type property.
|
ResourceReference |
originGroup()
Get the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.
|
void |
validate()
Validates the instance.
|
OriginGroupOverrideActionParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
OriginGroupOverrideActionParameters |
withOriginGroup(ResourceReference originGroup)
Set the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.
|
public OriginGroupOverrideActionParameters()
public String odataType()
public OriginGroupOverrideActionParameters withOdataType(String odataType)
odataType - the odataType value to set.public ResourceReference originGroup()
public OriginGroupOverrideActionParameters withOriginGroup(ResourceReference originGroup)
originGroup - the originGroup value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.