SyncSets interface 
Interface representing a SyncSets.
Methods
| create | 
	The operation returns properties of a SyncSet.  | 
| delete(string, string, string, Sync | 
	The operation returns nothing.  | 
| get(string, string, string, Sync | 
	The operation returns properties of a SyncSet.  | 
| list(string, string, Sync | 
	The operation returns properties of each SyncSet.  | 
| update(string, string, string, Sync | 
	The operation returns properties of a SyncSet.  | 
Method Details
		createOrUpdate(string, string, string, SyncSet, SyncSetsCreateOrUpdateOptionalParams)
	       
	The operation returns properties of a SyncSet.
function createOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSet, options?: SyncSetsCreateOrUpdateOptionalParams): Promise<SyncSet>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- resourceName
 - 
				
string
 
The name of the OpenShift cluster resource.
- childResourceName
 - 
				
string
 
The name of the SyncSet resource.
- parameters
 - SyncSet
 
The SyncSet resource.
The options parameters.
Returns
Promise<SyncSet>
		delete(string, string, string, SyncSetsDeleteOptionalParams)
	    
	The operation returns nothing.
function delete(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsDeleteOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- resourceName
 - 
				
string
 
The name of the OpenShift cluster resource.
- childResourceName
 - 
				
string
 
The name of the SyncSet resource.
- options
 - SyncSetsDeleteOptionalParams
 
The options parameters.
Returns
Promise<void>
		get(string, string, string, SyncSetsGetOptionalParams)
	    
	The operation returns properties of a SyncSet.
function get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsGetOptionalParams): Promise<SyncSet>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- resourceName
 - 
				
string
 
The name of the OpenShift cluster resource.
- childResourceName
 - 
				
string
 
The name of the SyncSet resource.
- options
 - SyncSetsGetOptionalParams
 
The options parameters.
Returns
Promise<SyncSet>
		list(string, string, SyncSetsListOptionalParams)
	    
	The operation returns properties of each SyncSet.
function list(resourceGroupName: string, resourceName: string, options?: SyncSetsListOptionalParams): PagedAsyncIterableIterator<SyncSet, SyncSet[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- resourceName
 - 
				
string
 
The name of the OpenShift cluster resource.
- options
 - SyncSetsListOptionalParams
 
The options parameters.
Returns
		update(string, string, string, SyncSetUpdate, SyncSetsUpdateOptionalParams)
	      
	The operation returns properties of a SyncSet.
function update(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSetUpdate, options?: SyncSetsUpdateOptionalParams): Promise<SyncSet>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- resourceName
 - 
				
string
 
The name of the OpenShift cluster resource.
- childResourceName
 - 
				
string
 
The name of the SyncSet resource.
- parameters
 - SyncSetUpdate
 
The SyncSet resource.
- options
 - SyncSetsUpdateOptionalParams
 
The options parameters.
Returns
Promise<SyncSet>