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 @@ -22,7 +22,7 @@ public class ExpressRouteCircuitPeeringConfig {
private List<String> advertisedPublicPrefixes;

/**
* The communities of bgp peering. Spepcified for microsoft peering.
* The communities of bgp peering. Specified for microsoft peering.
*/
@JsonProperty(value = "advertisedCommunities")
private List<String> advertisedCommunities;
Expand Down Expand Up @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List<String
}

/**
* Get the communities of bgp peering. Spepcified for microsoft peering.
* Get the communities of bgp peering. Specified for microsoft peering.
*
* @return the advertisedCommunities value
*/
Expand All @@ -84,7 +84,7 @@ public List<String> advertisedCommunities() {
}

/**
* Set the communities of bgp peering. Spepcified for microsoft peering.
* Set the communities of bgp peering. Specified for microsoft peering.
*
* @param advertisedCommunities the advertisedCommunities value to set
* @return the ExpressRouteCircuitPeeringConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ExpressRouteCircuitPeeringConfig {
private List<String> advertisedPublicPrefixes;

/**
* The communities of bgp peering. Spepcified for microsoft peering.
* The communities of bgp peering. Specified for microsoft peering.
*/
@JsonProperty(value = "advertisedCommunities")
private List<String> advertisedCommunities;
Expand Down Expand Up @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List<String
}

/**
* Get the communities of bgp peering. Spepcified for microsoft peering.
* Get the communities of bgp peering. Specified for microsoft peering.
*
* @return the advertisedCommunities value
*/
Expand All @@ -84,7 +84,7 @@ public List<String> advertisedCommunities() {
}

/**
* Set the communities of bgp peering. Spepcified for microsoft peering.
* Set the communities of bgp peering. Specified for microsoft peering.
*
* @param advertisedCommunities the advertisedCommunities value to set
* @return the ExpressRouteCircuitPeeringConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ExpressRouteCircuitConnectionInner extends SubResource {

/**
* Provisioning state of the circuit connection resource. Possible values
* are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*/
@JsonProperty(value = "properties.provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private String provisioningState;
Expand Down Expand Up @@ -162,7 +162,7 @@ public CircuitConnectionStatus circuitConnectionStatus() {
}

/**
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ private ServiceResponse<ExpressRouteCircuitConnectionInner> getDelegate(Response
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -378,7 +378,7 @@ public ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupNam
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -394,7 +394,7 @@ public ServiceFuture<ExpressRouteCircuitConnectionInner> createOrUpdateAsync(Str
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand All @@ -414,7 +414,7 @@ public ExpressRouteCircuitConnectionInner call(ServiceResponse<ExpressRouteCircu
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand Down Expand Up @@ -450,7 +450,7 @@ public Observable<ServiceResponse<ExpressRouteCircuitConnectionInner>> createOrU
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -467,7 +467,7 @@ public ExpressRouteCircuitConnectionInner beginCreateOrUpdate(String resourceGro
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -483,7 +483,7 @@ public ServiceFuture<ExpressRouteCircuitConnectionInner> beginCreateOrUpdateAsyn
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ExpressRouteCircuitConnectionInner object
*/
Expand All @@ -503,7 +503,7 @@ public ExpressRouteCircuitConnectionInner call(ServiceResponse<ExpressRouteCircu
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ExpressRouteCircuitConnectionInner object
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ExpressRouteCircuitPeeringConfig {
private List<String> advertisedPublicPrefixes;

/**
* The communities of bgp peering. Spepcified for microsoft peering.
* The communities of bgp peering. Specified for microsoft peering.
*/
@JsonProperty(value = "advertisedCommunities")
private List<String> advertisedCommunities;
Expand Down Expand Up @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List<String
}

/**
* Get the communities of bgp peering. Spepcified for microsoft peering.
* Get the communities of bgp peering. Specified for microsoft peering.
*
* @return the advertisedCommunities value
*/
Expand All @@ -84,7 +84,7 @@ public List<String> advertisedCommunities() {
}

/**
* Set the communities of bgp peering. Spepcified for microsoft peering.
* Set the communities of bgp peering. Specified for microsoft peering.
*
* @param advertisedCommunities the advertisedCommunities value to set
* @return the ExpressRouteCircuitPeeringConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ExpressRouteCircuitConnectionInner extends SubResource {

/**
* Provisioning state of the circuit connection resource. Possible values
* are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*/
@JsonProperty(value = "properties.provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private String provisioningState;
Expand Down Expand Up @@ -162,7 +162,7 @@ public CircuitConnectionStatus circuitConnectionStatus() {
}

/**
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ private ServiceResponse<ExpressRouteCircuitConnectionInner> getDelegate(Response
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -378,7 +378,7 @@ public ExpressRouteCircuitConnectionInner createOrUpdate(String resourceGroupNam
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -394,7 +394,7 @@ public ServiceFuture<ExpressRouteCircuitConnectionInner> createOrUpdateAsync(Str
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand All @@ -414,7 +414,7 @@ public ExpressRouteCircuitConnectionInner call(ServiceResponse<ExpressRouteCircu
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand Down Expand Up @@ -450,7 +450,7 @@ public Observable<ServiceResponse<ExpressRouteCircuitConnectionInner>> createOrU
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -467,7 +467,7 @@ public ExpressRouteCircuitConnectionInner beginCreateOrUpdate(String resourceGro
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -483,7 +483,7 @@ public ServiceFuture<ExpressRouteCircuitConnectionInner> beginCreateOrUpdateAsyn
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ExpressRouteCircuitConnectionInner object
*/
Expand All @@ -503,7 +503,7 @@ public ExpressRouteCircuitConnectionInner call(ServiceResponse<ExpressRouteCircu
* @param circuitName The name of the express route circuit.
* @param peeringName The name of the peering.
* @param connectionName The name of the express route circuit connection.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit circuit connection operation.
* @param expressRouteCircuitConnectionParameters Parameters supplied to the create or update express route circuit connection operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the ExpressRouteCircuitConnectionInner object
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ExpressRouteCircuitPeeringConfig {
private List<String> advertisedPublicPrefixes;

/**
* The communities of bgp peering. Spepcified for microsoft peering.
* The communities of bgp peering. Specified for microsoft peering.
*/
@JsonProperty(value = "advertisedCommunities")
private List<String> advertisedCommunities;
Expand Down Expand Up @@ -75,7 +75,7 @@ public ExpressRouteCircuitPeeringConfig withAdvertisedPublicPrefixes(List<String
}

/**
* Get the communities of bgp peering. Spepcified for microsoft peering.
* Get the communities of bgp peering. Specified for microsoft peering.
*
* @return the advertisedCommunities value
*/
Expand All @@ -84,7 +84,7 @@ public List<String> advertisedCommunities() {
}

/**
* Set the communities of bgp peering. Spepcified for microsoft peering.
* Set the communities of bgp peering. Specified for microsoft peering.
*
* @param advertisedCommunities the advertisedCommunities value to set
* @return the ExpressRouteCircuitPeeringConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ExpressRouteCircuitConnectionInner extends SubResource {

/**
* Provisioning state of the circuit connection resource. Possible values
* are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*/
@JsonProperty(value = "properties.provisioningState", access = JsonProperty.Access.WRITE_ONLY)
private String provisioningState;
Expand Down Expand Up @@ -162,7 +162,7 @@ public CircuitConnectionStatus circuitConnectionStatus() {
}

/**
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeded', 'Updating', 'Deleting', and 'Failed'.
* Get provisioning state of the circuit connection resource. Possible values are: 'Succeeded', 'Updating', 'Deleting', and 'Failed'.
*
* @return the provisioningState value
*/
Expand Down
Loading