InvitationsOperationsExtensions.Create 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.
Sends a new invitation to a recipient to access a share.
public static Microsoft.Azure.Management.DataShare.Models.Invitation Create (this Microsoft.Azure.Management.DataShare.IInvitationsOperations operations, string resourceGroupName, string accountName, string shareName, string invitationName, Microsoft.Azure.Management.DataShare.Models.Invitation invitation);
static member Create : Microsoft.Azure.Management.DataShare.IInvitationsOperations * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.Invitation -> Microsoft.Azure.Management.DataShare.Models.Invitation
<Extension()>
Public Function Create (operations As IInvitationsOperations, resourceGroupName As String, accountName As String, shareName As String, invitationName As String, invitation As Invitation) As Invitation
Parameters
- operations
- IInvitationsOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- accountName
- String
The name of the share account.
- shareName
- String
The name of the share to send the invitation for.
- invitationName
- String
The name of the invitation.
- invitation
- Invitation
Invitation details.
Returns
Remarks
Create an invitation