ServiceFabricsClient Interface
public interface ServiceFabricsClient
An instance of this class provides access to all the operations defined in ServiceFabricsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServiceFabricInner>,ServiceFabricInner> beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, ServiceFabricInner serviceFabric)
Create or replace an existing service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServiceFabricInner>,ServiceFabricInner> beginCreateOrUpdate(String resourceGroupName, String labName, String username, String name, ServiceFabricInner serviceFabric, Context context)
Create or replace an existing service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String username, String name)
Delete service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String username, String name, Context context)
Delete service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginStart
public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String labName, String username, String name)
Start a service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginStart
public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceGroupName, String labName, String username, String name, Context context)
Start a service fabric. This operation can take a while to complete.
Parameters:
Returns:
beginStop
public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String labName, String username, String name)
Stop a service fabric This operation can take a while to complete.
Parameters:
Returns:
beginStop
public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceGroupName, String labName, String username, String name, Context context)
Stop a service fabric This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract ServiceFabricInner createOrUpdate(String resourceGroupName, String labName, String username, String name, ServiceFabricInner serviceFabric)
Create or replace an existing service fabric. This operation can take a while to complete.
Parameters:
Returns:
createOrUpdate
public abstract ServiceFabricInner createOrUpdate(String resourceGroupName, String labName, String username, String name, ServiceFabricInner serviceFabric, Context context)
Create or replace an existing service fabric. This operation can take a while to complete.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String labName, String username, String name)
Delete service fabric. This operation can take a while to complete.
Parameters:
delete
public abstract void delete(String resourceGroupName, String labName, String username, String name, Context context)
Delete service fabric. This operation can take a while to complete.
Parameters:
get
public abstract ServiceFabricInner get(String resourceGroupName, String labName, String username, String name)
Get service fabric.
Parameters:
Returns:
getWithResponse
public abstract Response<ServiceFabricInner> getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)
Get service fabric.
Parameters:
Returns:
list
public abstract PagedIterable<ServiceFabricInner> list(String resourceGroupName, String labName, String username)
List service fabrics in a given user profile.
Parameters:
Returns:
list
public abstract PagedIterable<ServiceFabricInner> list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)
List service fabrics in a given user profile.
Parameters:
Returns:
listApplicableSchedules
public abstract ApplicableScheduleInner listApplicableSchedules(String resourceGroupName, String labName, String username, String name)
Lists the applicable start/stop schedules, if any.
Parameters:
Returns:
listApplicableSchedulesWithResponse
public abstract Response<ApplicableScheduleInner> listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String username, String name, Context context)
Lists the applicable start/stop schedules, if any.
Parameters:
Returns:
start
public abstract void start(String resourceGroupName, String labName, String username, String name)
Start a service fabric. This operation can take a while to complete.
Parameters:
start
public abstract void start(String resourceGroupName, String labName, String username, String name, Context context)
Start a service fabric. This operation can take a while to complete.
Parameters:
stop
public abstract void stop(String resourceGroupName, String labName, String username, String name)
Stop a service fabric This operation can take a while to complete.
Parameters:
stop
public abstract void stop(String resourceGroupName, String labName, String username, String name, Context context)
Stop a service fabric This operation can take a while to complete.
Parameters:
update
public abstract ServiceFabricInner update(String resourceGroupName, String labName, String username, String name, ServiceFabricFragment serviceFabric)
Allows modifying tags of service fabrics. All other properties will be ignored.
Parameters:
Returns:
updateWithResponse
public abstract Response<ServiceFabricInner> updateWithResponse(String resourceGroupName, String labName, String username, String name, ServiceFabricFragment serviceFabric, Context context)
Allows modifying tags of service fabrics. All other properties will be ignored.
Parameters:
Returns: