TestExistingConnectionRequest 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.
Test existing connection request properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TestExistingConnectionRequestTypeConverter))]
public class TestExistingConnectionRequest : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITestExistingConnectionRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TestExistingConnectionRequestTypeConverter))>]
type TestExistingConnectionRequest = class
interface ITestExistingConnectionRequest
interface IJsonSerializable
Public Class TestExistingConnectionRequest
Implements ITestExistingConnectionRequest
- Inheritance
-
TestExistingConnectionRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TestExistingConnectionRequest() |
Creates an new TestExistingConnectionRequest instance. |
Properties
| Name | Description |
|---|---|
| UniqueId |
The uniqueId of the storage connector as returned by the server. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TestExistingConnectionRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TestExistingConnectionRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ITestExistingConnectionRequest. |
| FromJsonString(String) |
Creates a new instance of TestExistingConnectionRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TestExistingConnectionRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |