ServiceFabricClusterCmdlet.SendPatchRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SendPatchRequest(ClusterUpdateParameters) | |
SendPatchRequest(ClusterUpdateParameters, Boolean) |
SendPatchRequest(ClusterUpdateParameters)
protected Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster SendPatchRequest (Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpdateParameters request);
member this.SendPatchRequest : Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpdateParameters -> Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster
Protected Function SendPatchRequest (request As ClusterUpdateParameters) As PSCluster
Parameters
- request
- ClusterUpdateParameters
Returns
Applies to
SendPatchRequest(ClusterUpdateParameters, Boolean)
protected Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster SendPatchRequest (Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpdateParameters request, bool runOnSameThread = true);
member this.SendPatchRequest : Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpdateParameters * bool -> Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster
Protected Function SendPatchRequest (request As ClusterUpdateParameters, Optional runOnSameThread As Boolean = true) As PSCluster
Parameters
- request
- ClusterUpdateParameters
- runOnSameThread
- Boolean