Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class CacheExpirationActionParameters {
private String cacheType;

/**
* The duration for which the the content needs to be cached. Allowed
* format is [d.]hh:mm:ss.
* The duration for which the content needs to be cached. Allowed format is
* [d.]hh:mm:ss.
*/
@JsonProperty(value = "cacheDuration")
private String cacheDuration;
Expand Down Expand Up @@ -110,7 +110,7 @@ public CacheExpirationActionParameters withCacheType(String cacheType) {
}

/**
* Get the duration for which the the content needs to be cached. Allowed format is [d.]hh:mm:ss.
* Get the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss.
*
* @return the cacheDuration value
*/
Expand All @@ -119,7 +119,7 @@ public String cacheDuration() {
}

/**
* Set the duration for which the the content needs to be cached. Allowed format is [d.]hh:mm:ss.
* Set the duration for which the content needs to be cached. Allowed format is [d.]hh:mm:ss.
*
* @param cacheDuration the cacheDuration value to set
* @return the CacheExpirationActionParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class EndpointUpdateParameters {
private String originHostHeader;

/**
* A directory path on the origin that CDN can use to retreive content
* A directory path on the origin that CDN can use to retrieve content
* from, e.g. contoso.cloudapp.net/originpath.
*/
@JsonProperty(value = "properties.originPath")
Expand Down Expand Up @@ -102,7 +102,7 @@ public class EndpointUpdateParameters {

/**
* List of rules defining the user's geo access within a CDN endpoint. Each
* geo filter defines an acess rule to a specified path or content, e.g.
* geo filter defines an access rule to a specified path or content, e.g.
* block APAC for path /pictures/.
*/
@JsonProperty(value = "properties.geoFilters")
Expand Down Expand Up @@ -155,7 +155,7 @@ public EndpointUpdateParameters withOriginHostHeader(String originHostHeader) {
}

/**
* Get a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath.
* Get a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
*
* @return the originPath value
*/
Expand All @@ -164,7 +164,7 @@ public String originPath() {
}

/**
* Set a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath.
* Set a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
*
* @param originPath the originPath value to set
* @return the EndpointUpdateParameters object itself.
Expand Down Expand Up @@ -315,7 +315,7 @@ public EndpointUpdateParameters withProbePath(String probePath) {
}

/**
* Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/.
* Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/.
*
* @return the geoFilters value
*/
Expand All @@ -324,7 +324,7 @@ public List<GeoFilter> geoFilters() {
}

/**
* Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/.
* Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/.
*
* @param geoFilters the geoFilters value to set
* @return the EndpointUpdateParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Error reponse indicates CDN service is not able to process the incoming
* Error response indicates CDN service is not able to process the incoming
* request. The reason is provided in the error message.
*/
public class ErrorResponse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private ServiceResponse<PageImpl<CustomDomainInner>> listByEndpointDelegate(Resp
}

/**
* Gets an exisitng custom domain within an endpoint.
* Gets an existing custom domain within an endpoint.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -248,7 +248,7 @@ public CustomDomainInner get(String resourceGroupName, String profileName, Strin
}

/**
* Gets an exisitng custom domain within an endpoint.
* Gets an existing custom domain within an endpoint.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -263,7 +263,7 @@ public ServiceFuture<CustomDomainInner> getAsync(String resourceGroupName, Strin
}

/**
* Gets an exisitng custom domain within an endpoint.
* Gets an existing custom domain within an endpoint.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -282,7 +282,7 @@ public CustomDomainInner call(ServiceResponse<CustomDomainInner> response) {
}

/**
* Gets an exisitng custom domain within an endpoint.
* Gets an existing custom domain within an endpoint.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class EndpointInner extends Resource {
private String originHostHeader;

/**
* A directory path on the origin that CDN can use to retreive content
* A directory path on the origin that CDN can use to retrieve content
* from, e.g. contoso.cloudapp.net/originpath.
*/
@JsonProperty(value = "properties.originPath")
Expand Down Expand Up @@ -104,7 +104,7 @@ public class EndpointInner extends Resource {

/**
* List of rules defining the user's geo access within a CDN endpoint. Each
* geo filter defines an acess rule to a specified path or content, e.g.
* geo filter defines an access rule to a specified path or content, e.g.
* block APAC for path /pictures/.
*/
@JsonProperty(value = "properties.geoFilters")
Expand Down Expand Up @@ -163,7 +163,7 @@ public EndpointInner withOriginHostHeader(String originHostHeader) {
}

/**
* Get a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath.
* Get a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
*
* @return the originPath value
*/
Expand All @@ -172,7 +172,7 @@ public String originPath() {
}

/**
* Set a directory path on the origin that CDN can use to retreive content from, e.g. contoso.cloudapp.net/originpath.
* Set a directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
*
* @param originPath the originPath value to set
* @return the EndpointInner object itself.
Expand Down Expand Up @@ -323,7 +323,7 @@ public EndpointInner withProbePath(String probePath) {
}

/**
* Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/.
* Get list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/.
*
* @return the geoFilters value
*/
Expand All @@ -332,7 +332,7 @@ public List<GeoFilter> geoFilters() {
}

/**
* Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an acess rule to a specified path or content, e.g. block APAC for path /pictures/.
* Set list of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/.
*
* @param geoFilters the geoFilters value to set
* @return the EndpointInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ private ServiceResponse<Void> beginDeleteDelegate(Response<ResponseBody> respons
}

/**
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -1103,7 +1103,7 @@ public SsoUriInner generateSsoUri(String resourceGroupName, String profileName)
}

/**
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -1116,7 +1116,7 @@ public ServiceFuture<SsoUriInner> generateSsoUriAsync(String resourceGroupName,
}

/**
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand All @@ -1133,7 +1133,7 @@ public SsoUriInner call(ServiceResponse<SsoUriInner> response) {
}

/**
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemnetal portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
* Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes.
*
* @param resourceGroupName Name of the Resource group within the Azure subscription.
* @param profileName Name of the CDN profile which is unique within the resource group.
Expand Down