RegisteredServerCreateParameters Class

Definition

The parameters used when creating a registered server.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RegisteredServerCreateParameters : Microsoft.Azure.Management.StorageSync.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegisteredServerCreateParameters = class
    inherit ProxyResource
Public Class RegisteredServerCreateParameters
Inherits ProxyResource
Inheritance
RegisteredServerCreateParameters
Attributes

Constructors

RegisteredServerCreateParameters()

Initializes a new instance of the RegisteredServerCreateParameters class.

RegisteredServerCreateParameters(String, String, String, SystemData, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the RegisteredServerCreateParameters class.

Properties

AgentVersion

Gets or sets registered Server Agent Version

ClusterId

Gets or sets registered Server clusterId

ClusterName

Gets or sets registered Server clusterName

FriendlyName

Gets or sets friendly Name

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
LastHeartBeat

Gets or sets registered Server last heart beat

Name

Gets the name of the resource

(Inherited from Resource)
ServerCertificate

Gets or sets registered Server Certificate

ServerId

Gets or sets registered Server serverId

ServerOSVersion

Gets or sets registered Server OS Version

ServerRole

Gets or sets registered Server serverRole

SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to