StorageSyncRegisteredServerData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the StorageSyncRegisteredServer data model. Registered Server resource.
public class StorageSyncRegisteredServerData : Azure.ResourceManager.Models.ResourceData
type StorageSyncRegisteredServerData = class
inherit ResourceData
Public Class StorageSyncRegisteredServerData
Inherits ResourceData
- Inheritance
Constructors
StorageSyncRegisteredServerData() |
Initializes a new instance of StorageSyncRegisteredServerData. |
Properties
AgentVersion |
Registered Server Agent Version. |
AgentVersionExpireOn |
Registered Server Agent Version Expiration Date. |
AgentVersionStatus |
Registered Server Agent Version Status. |
ClusterId |
Registered Server clusterId. |
ClusterName |
Registered Server clusterName. |
DiscoveryEndpointUri |
Resource discoveryEndpointUri. |
FriendlyName |
Friendly Name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastHeartbeat |
Registered Server last heart beat. |
LastOperationName |
Resource Last Operation Name. |
LastWorkflowId |
Registered Server lastWorkflowId. |
ManagementEndpointUri |
Management Endpoint Uri. |
MonitoringConfiguration |
Monitoring Configuration. |
MonitoringEndpointUri |
Telemetry Endpoint Uri. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
Registered Server Provisioning State. |
ResourceLocation |
Resource Location. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServerCertificate |
Registered Server Certificate To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
ServerId |
Registered Server serverId. |
ServerManagementErrorCode |
Registered Server Management Error Code. |
ServerName |
Server name. |
ServerOSVersion |
Registered Server OS Version. |
ServerRole |
Registered Server serverRole. |
ServiceLocation |
Service Location. |
StorageSyncServiceUid |
Registered Server storageSyncServiceUid. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET