Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceFabrics

Package version

Class representing a ServiceFabrics.

Hierarchy

  • ServiceFabrics

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Create or replace an existing Service Fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • serviceFabric: ServiceFabric

      A Service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Delete service fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginStart

  • beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Start a service fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginStop

  • beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Stop a service fabric This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsCreateOrUpdateResponse>
  • Create or replace an existing Service Fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • serviceFabric: ServiceFabric

      A Service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceFabricsCreateOrUpdateResponse>

    Promise<Models.ServiceFabricsCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Delete service fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.ServiceFabricsGetOptionalParams): Promise<Models.ServiceFabricsGetResponse>
  • get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<ServiceFabric>): void
  • get(resourceGroupName: string, labName: string, userName: string, name: string, options: ServiceFabricsGetOptionalParams, callback: msRest.ServiceCallback<ServiceFabric>): void
  • Get service fabric.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: Models.ServiceFabricsGetOptionalParams

    Returns Promise<Models.ServiceFabricsGetResponse>

    Promise<Models.ServiceFabricsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • callback: msRest.ServiceCallback<ServiceFabric>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • options: ServiceFabricsGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceFabric>

      The callback

    Returns void

list

  • list(resourceGroupName: string, labName: string, userName: string, options?: Models.ServiceFabricsListOptionalParams): Promise<Models.ServiceFabricsListResponse>
  • list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<ServiceFabricList>): void
  • list(resourceGroupName: string, labName: string, userName: string, options: ServiceFabricsListOptionalParams, callback: msRest.ServiceCallback<ServiceFabricList>): void
  • List service fabrics in a given user profile.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • Optional options: Models.ServiceFabricsListOptionalParams

    Returns Promise<Models.ServiceFabricsListResponse>

    Promise<Models.ServiceFabricsListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • callback: msRest.ServiceCallback<ServiceFabricList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • options: ServiceFabricsListOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceFabricList>

      The callback

    Returns void

listApplicableSchedules

  • listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsListApplicableSchedulesResponse>
  • listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<ApplicableSchedule>): void
  • listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ApplicableSchedule>): void
  • Lists the applicable start/stop schedules, if any.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceFabricsListApplicableSchedulesResponse>

    Promise<Models.ServiceFabricsListApplicableSchedulesResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • callback: msRest.ServiceCallback<ApplicableSchedule>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ApplicableSchedule>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ServiceFabricList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceFabricList>): void
  • List service fabrics in a given user profile.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceFabricsListNextResponse>

    Promise<Models.ServiceFabricsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ServiceFabricList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceFabricList>

      The callback

    Returns void

start

  • start(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Start a service fabric. This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

stop

  • stop(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Stop a service fabric This operation can take a while to complete.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

update

  • update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsUpdateResponse>
  • update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, callback: msRest.ServiceCallback<ServiceFabric>): void
  • update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ServiceFabric>): void
  • Modify properties of service fabrics.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • serviceFabric: ServiceFabricFragment

      A Service Fabric.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ServiceFabricsUpdateResponse>

    Promise<Models.ServiceFabricsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • serviceFabric: ServiceFabricFragment

      A Service Fabric.

    • callback: msRest.ServiceCallback<ServiceFabric>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • userName: string

      The name of the user profile.

    • name: string

      The name of the service Fabric.

    • serviceFabric: ServiceFabricFragment

      A Service Fabric.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ServiceFabric>

      The callback

    Returns void

Generated using TypeDoc