OriginGroupOverrideActionParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.OriginGroupOverrideActionParameters

public class OriginGroupOverrideActionParameters

Defines the parameters for the origin group override action.

Constructor Summary

Constructor Description
OriginGroupOverrideActionParameters()

Creates an instance of OriginGroupOverrideActionParameters class.

Method Summary

Modifier and Type Method and Description
java.lang.String odatatype()

Get the odatatype value.

ResourceReference originGroup()

Get defines the OriginGroup that would override the DefaultOriginGroup.

OriginGroupOverrideActionParameters withOdatatype(String odatatype)

Set the odatatype value.

OriginGroupOverrideActionParameters withOriginGroup(ResourceReference originGroup)

Set defines the OriginGroup that would override the DefaultOriginGroup.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OriginGroupOverrideActionParameters

public OriginGroupOverrideActionParameters()

Creates an instance of OriginGroupOverrideActionParameters class.

Method Details

odatatype

public String odatatype()

Get the odatatype value.

Returns:

the odatatype value

originGroup

public ResourceReference originGroup()

Get defines the OriginGroup that would override the DefaultOriginGroup.

Returns:

the originGroup value

withOdatatype

public OriginGroupOverrideActionParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the OriginGroupOverrideActionParameters object itself.

withOriginGroup

public OriginGroupOverrideActionParameters withOriginGroup(ResourceReference originGroup)

Set defines the OriginGroup that would override the DefaultOriginGroup.

Parameters:

originGroup - the originGroup value to set

Returns:

the OriginGroupOverrideActionParameters object itself.

Applies to