ArmSqlModelFactory.ManagedInstancePecProperty 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 ManagedInstancePecProperty.
public static Azure.ResourceManager.Sql.Models.ManagedInstancePecProperty ManagedInstancePecProperty (Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties properties = default);
static member ManagedInstancePecProperty : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Sql.Models.ManagedInstancePrivateEndpointConnectionProperties -> Azure.ResourceManager.Sql.Models.ManagedInstancePecProperty
Public Shared Function ManagedInstancePecProperty (Optional id As ResourceIdentifier = Nothing, Optional properties As ManagedInstancePrivateEndpointConnectionProperties = Nothing) As ManagedInstancePecProperty
Parameters
Resource ID.
Private endpoint connection properties.
Returns
A new ManagedInstancePecProperty instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET