ArmFileSharesModelFactory.FileSharePrivateEndpointConnectionProperties 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.
public static Azure.ResourceManager.FileShares.Models.FileSharePrivateEndpointConnectionProperties FileSharePrivateEndpointConnectionProperties(System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.FileShares.Models.FileSharePrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Azure.ResourceManager.FileShares.Models.FileSharePrivateEndpointConnectionProvisioningState? provisioningState = default);
static member FileSharePrivateEndpointConnectionProperties : seq<string> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.FileShares.Models.FileSharePrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.FileShares.Models.FileSharePrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.FileShares.Models.FileSharePrivateEndpointConnectionProperties
Public Shared Function FileSharePrivateEndpointConnectionProperties (Optional groupIds As IEnumerable(Of String) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As FileSharePrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of FileSharePrivateEndpointConnectionProvisioningState) = Nothing) As FileSharePrivateEndpointConnectionProperties
Parameters
- groupIds
- IEnumerable<String>
The group ids for the private endpoint resource.
- privateEndpointId
- ResourceIdentifier
The resource identifier of the private endpoint.
- privateLinkServiceConnectionState
- FileSharePrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- Nullable<FileSharePrivateEndpointConnectionProvisioningState>
The provisioning state of the private endpoint connection resource.
Returns
A new FileSharePrivateEndpointConnectionProperties instance for mocking.