CdnProfile.UpdateStages.WithEndpoint Interface
public static interface CdnProfile.UpdateStages.WithEndpoint
The stage of a CDN profile update allowing to modify the endpoints for the profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Standard |
defineNewEndpoint()
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
Standard |
defineNewEndpoint(String name)
Starts the definition of a new endpoint to be attached to the CDN profile. |
abstract
With |
defineNewEndpoint(String name, String endpointOriginHostname)
Specifies definition of an endpoint to be attached to the CDN profile. |
abstract
Premium |
defineNewPremiumEndpoint()
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile. |
abstract
Premium |
defineNewPremiumEndpoint(String name)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile. |
abstract
With |
defineNewPremiumEndpoint(String name, String endpointOriginHostname)
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile. |
abstract
Update |
updateEndpoint(String name)
Begins the description of an update of an existing endpoint in current profile. |
abstract
Update |
updatePremiumEndpoint(String name)
Begins the description of an update of an existing endpoint in current Premium Verizon profile. |
abstract Update |
withNewEndpoint(String endpointOriginHostname)
Adds a new endpoint. |
abstract Update |
withNewPremiumEndpoint(String endpointOriginHostname)
Adds new endpoint to current Premium Verizon CDN profile. |
abstract Update |
withoutEndpoint(String name)
Removes an endpoint from the profile. |
Method Details
defineNewEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Returns:
defineNewEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.Blank.StandardEndpoint
Starts the definition of a new endpoint to be attached to the CDN profile.
Parameters:
Returns:
defineNewEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.WithStandardAttach
Specifies definition of an endpoint to be attached to the CDN profile.
Parameters:
Returns:
defineNewPremiumEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
Returns:
defineNewPremiumEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.Blank.PremiumEndpoint
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
Parameters:
Returns:
defineNewPremiumEndpoint
public abstract CdnEndpoint.UpdateDefinitionStages.WithPremiumAttach
Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.
Parameters:
Returns:
updateEndpoint
public abstract CdnEndpoint.UpdateStandardEndpoint updateEndpoint(String name)
Begins the description of an update of an existing endpoint in current profile.
Parameters:
Returns:
updatePremiumEndpoint
public abstract CdnEndpoint.UpdatePremiumEndpoint updatePremiumEndpoint(String name)
Begins the description of an update of an existing endpoint in current Premium Verizon profile.
Parameters:
Returns:
withNewEndpoint
public abstract CdnProfile.Update withNewEndpoint(String endpointOriginHostname)
Adds a new endpoint.
Parameters:
Returns:
withNewPremiumEndpoint
public abstract CdnProfile.Update withNewPremiumEndpoint(String endpointOriginHostname)
Adds new endpoint to current Premium Verizon CDN profile.
Parameters:
Returns:
withoutEndpoint
public abstract CdnProfile.Update withoutEndpoint(String name)
Removes an endpoint from the profile.
Parameters:
Returns:
Applies to
Azure SDK for Java