IntegrationAccountCertificatesOperationsExtensions.CreateOrUpdate 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.
Creates or updates an integration account certificate.
public static Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate CreateOrUpdate (this Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations operations, string resourceGroupName, string integrationAccountName, string certificateName, Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate certificate);
static member CreateOrUpdate : Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate
<Extension()>
Public Function CreateOrUpdate (operations As IIntegrationAccountCertificatesOperations, resourceGroupName As String, integrationAccountName As String, certificateName As String, certificate As IntegrationAccountCertificate) As IntegrationAccountCertificate
Parameters
- operations
- IIntegrationAccountCertificatesOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- integrationAccountName
- String
The integration account name.
- certificateName
- String
The integration account certificate name.
- certificate
- IntegrationAccountCertificate
The integration account certificate.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET