ServicesPatchDescription Constructors
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.
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
Azure SDK for .NET