SynchronizationSetting 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 Synchronization Setting data transfer object.
[Newtonsoft.Json.JsonObject("SynchronizationSetting")]
public class SynchronizationSetting : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Newtonsoft.Json.JsonObject("SynchronizationSetting")>]
type SynchronizationSetting = class
inherit ProxyDto
Public Class SynchronizationSetting
Inherits ProxyDto
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
SynchronizationSetting() |
Initializes a new instance of the SynchronizationSetting class. |
SynchronizationSetting(String, String, SystemData, String) |
Initializes a new instance of the SynchronizationSetting class. |
Properties
Id |
Gets the resource id of the azure resource (Inherited from ProxyDto) |
Name |
Gets name of the azure resource (Inherited from ProxyDto) |
SystemData |
Gets system Data of the Azure resource. (Inherited from ProxyDto) |
Type |
Gets type of the azure resource (Inherited from ProxyDto) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET