AgentRegistrationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner

public final class AgentRegistrationInner

Definition of the agent registration information type.

Constructor Summary

Constructor Description
AgentRegistrationInner()

Method Summary

Modifier and Type Method and Description
String dscMetaConfiguration()

Get the dscMetaConfiguration property: Gets or sets the dsc meta configuration.

String endpoint()

Get the endpoint property: Gets or sets the dsc server endpoint.

String id()

Get the id property: Gets or sets the id.

AgentRegistrationKeys keys()

Get the keys property: Gets or sets the agent registration keys.

void validate()

Validates the instance.

AgentRegistrationInner withDscMetaConfiguration(String dscMetaConfiguration)

Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.

AgentRegistrationInner withEndpoint(String endpoint)

Set the endpoint property: Gets or sets the dsc server endpoint.

AgentRegistrationInner withId(String id)

Set the id property: Gets or sets the id.

AgentRegistrationInner withKeys(AgentRegistrationKeys keys)

Set the keys property: Gets or sets the agent registration keys.

Methods inherited from java.lang.Object

Constructor Details

AgentRegistrationInner

public AgentRegistrationInner()

Method Details

dscMetaConfiguration

public String dscMetaConfiguration()

Get the dscMetaConfiguration property: Gets or sets the dsc meta configuration.

Returns:

the dscMetaConfiguration value.

endpoint

public String endpoint()

Get the endpoint property: Gets or sets the dsc server endpoint.

Returns:

the endpoint value.

id

public String id()

Get the id property: Gets or sets the id.

Returns:

the id value.

keys

public AgentRegistrationKeys keys()

Get the keys property: Gets or sets the agent registration keys.

Returns:

the keys value.

validate

public void validate()

Validates the instance.

withDscMetaConfiguration

public AgentRegistrationInner withDscMetaConfiguration(String dscMetaConfiguration)

Set the dscMetaConfiguration property: Gets or sets the dsc meta configuration.

Parameters:

dscMetaConfiguration - the dscMetaConfiguration value to set.

Returns:

the AgentRegistrationInner object itself.

withEndpoint

public AgentRegistrationInner withEndpoint(String endpoint)

Set the endpoint property: Gets or sets the dsc server endpoint.

Parameters:

endpoint - the endpoint value to set.

Returns:

the AgentRegistrationInner object itself.

withId

public AgentRegistrationInner withId(String id)

Set the id property: Gets or sets the id.

Parameters:

id - the id value to set.

Returns:

the AgentRegistrationInner object itself.

withKeys

public AgentRegistrationInner withKeys(AgentRegistrationKeys keys)

Set the keys property: Gets or sets the agent registration keys.

Parameters:

keys - the keys value to set.

Returns:

the AgentRegistrationInner object itself.

Applies to