Class EndpointResource
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.EndpointResource
-
public final class EndpointResource extends Object
Defines the ARM Resource ID for the linked endpoints.
-
-
Constructor Summary
Constructors Constructor Description EndpointResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: ARM Resource ID string.voidvalidate()Validates the instance.EndpointResourcewithId(String id)Set the id property: ARM Resource ID string.
-
-
-
Method Detail
-
id
public String id()
Get the id property: ARM Resource ID string.- Returns:
- the id value.
-
withId
public EndpointResource withId(String id)
Set the id property: ARM Resource ID string.- Parameters:
id- the id value to set.- Returns:
- the EndpointResource object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-