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 @@ -19,7 +19,7 @@
*
* This placement policy is usually used with fault domains in scenarios where
* the Service Fabric cluster is geographically distributed in order to
* indicate that a services primary replica should be located in a particular
* indicate that a service's primary replica should be located in a particular
* fault domain, which in geo-distributed scenarios usually aligns with
* regional or datacenter boundaries. Note that since this is an optimization
* it is possible that the Primary replica may not end up located in this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public class ServiceTypeHealthPolicy {
private Integer maxPercentUnhealthyReplicasPerPartition;

/**
* The maximum maximum allowed percentage of unhealthy services. Allowed
* values are Byte values from zero to 100.
* The maximum allowed percentage of unhealthy services. Allowed values are
* Byte values from zero to 100.
*
* The percentage represents the maximum tolerated percentage of services
* that can be unhealthy before the application is considered in error.
Expand Down Expand Up @@ -121,7 +121,7 @@ public ServiceTypeHealthPolicy withMaxPercentUnhealthyReplicasPerPartition(Integ
}

/**
* Get the maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.
* Get the maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.
The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
Expand All @@ -134,7 +134,7 @@ public Integer maxPercentUnhealthyServices() {
}

/**
* Set the maximum maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.
* Set the maximum allowed percentage of unhealthy services. Allowed values are Byte values from zero to 100.
The percentage represents the maximum tolerated percentage of services that can be unhealthy before the application is considered in error.
If the percentage is respected but there is at least one unhealthy service, the health is evaluated as Warning.
This is calculated by dividing the number of unhealthy services of the specific service type over the total number of services of the specific service type.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7271,7 +7271,7 @@ private ServiceResponse<List<ServiceTypeInfoInner>> getServiceTypeInfoListDelega

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7287,7 +7287,7 @@ public ServiceTypeInfoInner getServiceTypeInfoByName(String applicationTypeName,

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7302,7 +7302,7 @@ public ServiceFuture<ServiceTypeInfoInner> getServiceTypeInfoByNameAsync(String

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7321,7 +7321,7 @@ public ServiceTypeInfoInner call(ServiceResponse<ServiceTypeInfoInner> response)

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand Down Expand Up @@ -7357,7 +7357,7 @@ public Observable<ServiceResponse<ServiceTypeInfoInner>> call(Response<ResponseB

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7374,7 +7374,7 @@ public ServiceTypeInfoInner getServiceTypeInfoByName(String applicationTypeName,

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7390,7 +7390,7 @@ public ServiceFuture<ServiceTypeInfoInner> getServiceTypeInfoByNameAsync(String

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand All @@ -7410,7 +7410,7 @@ public ServiceTypeInfoInner call(ServiceResponse<ServiceTypeInfoInner> response)

/**
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specificed service type is not found in the cluster.
* Gets the information about a specific service type that is supported by a provisioned application type in a Service Fabric cluster. The provided application type must exist. Otherwise, a 404 status is returned. A 204 response is returned if the specified service type is not found in the cluster.
*
* @param applicationTypeName The name of the application type.
* @param serviceTypeName Specifies the name of a Service Fabric service type.
Expand Down Expand Up @@ -36770,7 +36770,7 @@ private ServiceResponse<ServiceResourceDescriptionInner> getServiceDelegate(Resp
}

/**
* Gets replicas of a given service in an applciation resource.
* Gets replicas of a given service in an application resource.
* Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
*
* @param applicationResourceName Service Fabric application resource name.
Expand All @@ -36785,7 +36785,7 @@ public PagedServiceResourceReplicaDescriptionListInner getReplicas(String applic
}

/**
* Gets replicas of a given service in an applciation resource.
* Gets replicas of a given service in an application resource.
* Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
*
* @param applicationResourceName Service Fabric application resource name.
Expand All @@ -36799,7 +36799,7 @@ public ServiceFuture<PagedServiceResourceReplicaDescriptionListInner> getReplica
}

/**
* Gets replicas of a given service in an applciation resource.
* Gets replicas of a given service in an application resource.
* Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
*
* @param applicationResourceName Service Fabric application resource name.
Expand All @@ -36817,7 +36817,7 @@ public PagedServiceResourceReplicaDescriptionListInner call(ServiceResponse<Page
}

/**
* Gets replicas of a given service in an applciation resource.
* Gets replicas of a given service in an application resource.
* Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.
*
* @param applicationResourceName Service Fabric application resource name.
Expand Down