ArmPurviewModelFactory.PurviewPrivateLinkResourceProperties 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 PurviewPrivateLinkResourceProperties.
public static Azure.ResourceManager.Purview.Models.PurviewPrivateLinkResourceProperties PurviewPrivateLinkResourceProperties (string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member PurviewPrivateLinkResourceProperties : string * seq<string> * seq<string> -> Azure.ResourceManager.Purview.Models.PurviewPrivateLinkResourceProperties
Public Shared Function PurviewPrivateLinkResourceProperties (Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As PurviewPrivateLinkResourceProperties
Parameters
- groupId
- String
The private link resource group identifier.
- requiredMembers
- IEnumerable<String>
This translates to how many Private IPs should be created for each privately linkable resource.
- requiredZoneNames
- IEnumerable<String>
The required zone names for private link resource.
Returns
A new PurviewPrivateLinkResourceProperties instance for mocking.