Interface ResourceConnector.Builder<T extends ResourceConnector>

Type Parameters:
T - the type of the connector to create.
Enclosing interface:
ResourceConnector

public static interface ResourceConnector.Builder<T extends ResourceConnector>
Implementations of this interface defines how to create a connector.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(com.microsoft.rest.RestClient restClient, String subscriptionId, ResourceGroup resourceGroup)
     
  • Method Details

    • create

      T create(com.microsoft.rest.RestClient restClient, String subscriptionId, ResourceGroup resourceGroup)