Share via


ApplicationTypesOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a Service Fabric managed application type name resource.

public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource CreateOrUpdate (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource
<Extension()>
Public Function CreateOrUpdate (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, parameters As ApplicationTypeResource) As ApplicationTypeResource

Parameters

operations
IApplicationTypesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

applicationTypeName
String

The name of the application type name resource.

parameters
ApplicationTypeResource

The application type name resource.

Returns

Remarks

Create or update a Service Fabric managed application type name resource with the specified name.

Applies to