ConnectionCreateOrUpdateParameters Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
ConnectionCreateOrUpdateParameters() |
Initierar en ny instans av klassen ConnectionCreateOrUpdateParameters. |
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties) | |
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>) |
Initierar en ny instans av klassen ConnectionCreateOrUpdateParameters. |
ConnectionCreateOrUpdateParameters()
Initierar en ny instans av klassen ConnectionCreateOrUpdateParameters.
public ConnectionCreateOrUpdateParameters ();
Public Sub New ()
Gäller för
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)
Parametrar
- name
- String
- properties
- ConnectionCreateOrUpdateProperties
Gäller för
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)
Initierar en ny instans av klassen ConnectionCreateOrUpdateParameters.
public ConnectionCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty connectionType, string description = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, connectionType As ConnectionTypeAssociationProperty, Optional description As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing)
Parametrar
- name
- String
Hämtar eller anger namnet på anslutningen.
- connectionType
- ConnectionTypeAssociationProperty
Hämtar eller anger connectionType för anslutningen.
- description
- String
Hämtar eller anger beskrivningen av anslutningen.
- fieldDefinitionValues
- IDictionary<String,String>
Hämtar eller anger fältdefinitionsegenskaperna för anslutningen.
Gäller för
Azure SDK for .NET