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 Detail

      • create

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