ConnectorSetting Interface

public interface ConnectorSetting

An immutable client-side representation of ConnectorSetting.

Method Summary

Modifier and Type Method and Description
abstract AuthenticationDetailsProperties authenticationDetails()

Gets the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

abstract HybridComputeSettingsProperties hybridComputeSettings()

Gets the hybridComputeSettings property: Settings for hybrid compute management.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ConnectorSettingInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ConnectorSettingInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ConnectorSetting refresh()

Refreshes the resource to sync with Azure.

abstract ConnectorSetting refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the ConnectorSetting resource.

Method Details

authenticationDetails

public abstract AuthenticationDetailsProperties authenticationDetails()

Gets the authenticationDetails property: Settings for authentication management, these settings are relevant only for the cloud connector.

Returns:

the authenticationDetails value.

hybridComputeSettings

public abstract HybridComputeSettingsProperties hybridComputeSettings()

Gets the hybridComputeSettings property: Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).

Returns:

the hybridComputeSettings value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ConnectorSettingInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ConnectorSettingInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract ConnectorSetting refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract ConnectorSetting refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract ConnectorSetting.Update update()

Begins update for the ConnectorSetting resource.

Returns:

the stage of resource update.

Applies to