
com.azure.resourcemanager.automation.models.AgentRegistration Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.automation.models;
import com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner;
/**
* An immutable client-side representation of AgentRegistration.
*/
public interface AgentRegistration {
/**
* Gets the dscMetaConfiguration property: Gets or sets the dsc meta configuration.
*
* @return the dscMetaConfiguration value.
*/
String dscMetaConfiguration();
/**
* Gets the endpoint property: Gets or sets the dsc server endpoint.
*
* @return the endpoint value.
*/
String endpoint();
/**
* Gets the keys property: Gets or sets the agent registration keys.
*
* @return the keys value.
*/
AgentRegistrationKeys keys();
/**
* Gets the id property: Gets or sets the id.
*
* @return the id value.
*/
String id();
/**
* Gets the inner com.azure.resourcemanager.automation.fluent.models.AgentRegistrationInner object.
*
* @return the inner object.
*/
AgentRegistrationInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy