ArmCustomerInsightsModelFactory.ConnectorResourceFormatData Method
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.
Initializes a new instance of ConnectorResourceFormatData.
public static Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatData ConnectorResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? connectorId = default, string connectorName = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorType? connectorType = default, string displayName = default, string description = default, System.Collections.Generic.IDictionary<string,BinaryData> connectorProperties = default, DateTimeOffset? created = default, DateTimeOffset? lastModified = default, Azure.ResourceManager.CustomerInsights.Models.ConnectorState? state = default, Guid? tenantId = default, bool? isInternal = default);
static member ConnectorResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorType> * string * string * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.CustomerInsights.Models.ConnectorState> * Nullable<Guid> * Nullable<bool> -> Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatData
Public Shared Function ConnectorResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional connectorId As Nullable(Of Integer) = Nothing, Optional connectorName As String = Nothing, Optional connectorType As Nullable(Of ConnectorType) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional connectorProperties As IDictionary(Of String, BinaryData) = Nothing, Optional created As Nullable(Of DateTimeOffset) = Nothing, Optional lastModified As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of ConnectorState) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional isInternal As Nullable(Of Boolean) = Nothing) As ConnectorResourceFormatData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- connectorName
- String
Name of the connector.
- connectorType
- Nullable<ConnectorType>
Type of connector.
- displayName
- String
Display name of the connector.
- description
- String
Description of the connector.
- connectorProperties
- IDictionary<String,BinaryData>
The connector properties.
- created
- Nullable<DateTimeOffset>
The created time.
- lastModified
- Nullable<DateTimeOffset>
The last modified time.
- state
- Nullable<ConnectorState>
State of connector.
Returns
A new ConnectorResourceFormatData instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.