Udostępnij za pośrednictwem


ServicesPatchDescription Constructors

Definition

Overloads

ServicesPatchDescription()

Initializes a new instance of the ServicesPatchDescription class.

ServicesPatchDescription(IDictionary<String,String>, String)

Initializes a new instance of the ServicesPatchDescription class.

ServicesPatchDescription()

Initializes a new instance of the ServicesPatchDescription class.

public ServicesPatchDescription ();
Public Sub New ()

Applies to

ServicesPatchDescription(IDictionary<String,String>, String)

Initializes a new instance of the ServicesPatchDescription class.

public ServicesPatchDescription (System.Collections.Generic.IDictionary<string,string> tags = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesPatchDescription : System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.HealthcareApis.Models.ServicesPatchDescription
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional publicNetworkAccess As String = Nothing)

Parameters

tags
IDictionary<String,String>

Instance tags

publicNetworkAccess
String

Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: 'Enabled', 'Disabled'

Applies to