ApplicationTypeVersions Interface
public interface ApplicationTypeVersions
Resource collection API of ApplicationTypeVersions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Application |
| abstract void |
delete(String resourceGroupName, String clusterName, String applicationTypeName, String version)
Delete a Service Fabric managed application type version resource with the specified name. |
| abstract void |
delete(String resourceGroupName, String clusterName, String applicationTypeName, String version, Context context)
Delete a Service Fabric managed application type version resource with the specified name. |
| abstract void |
deleteById(String id)
Delete a Service Fabric managed application type version resource with the specified name. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Delete a Service Fabric managed application type version resource with the specified name. |
|
abstract
Application |
get(String resourceGroupName, String clusterName, String applicationTypeName, String version)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. |
|
abstract
Application |
getById(String id)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. |
|
abstract
Response<Application |
getByIdWithResponse(String id, Context context)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. |
|
abstract
Response<Application |
getWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, String version, Context context)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource. |
|
abstract
Paged |
listByApplicationTypes(String resourceGroupName, String clusterName, String applicationTypeName)
Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource. |
|
abstract
Paged |
listByApplicationTypes(String resourceGroupName, String clusterName, String applicationTypeName, Context context)
Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource. |
Method Details
define
public abstract ApplicationTypeVersionResource.DefinitionStages.Blank define(String name)
Begins definition for a new ApplicationTypeVersionResource resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String clusterName, String applicationTypeName, String version)
Delete a Service Fabric managed application type version resource with the specified name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String clusterName, String applicationTypeName, String version, Context context)
Delete a Service Fabric managed application type version resource with the specified name.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete a Service Fabric managed application type version resource with the specified name.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete a Service Fabric managed application type version resource with the specified name.
Parameters:
get
public abstract ApplicationTypeVersionResource get(String resourceGroupName, String clusterName, String applicationTypeName, String version)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns:
getById
public abstract ApplicationTypeVersionResource getById(String id)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ApplicationTypeVersionResource> getByIdWithResponse(String id, Context context)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationTypeVersionResource> getWithResponse(String resourceGroupName, String clusterName, String applicationTypeName, String version, Context context)
Get a Service Fabric managed application type version resource created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns:
listByApplicationTypes
public abstract PagedIterable<ApplicationTypeVersionResource> listByApplicationTypes(String resourceGroupName, String clusterName, String applicationTypeName)
Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns:
listByApplicationTypes
public abstract PagedIterable<ApplicationTypeVersionResource> listByApplicationTypes(String resourceGroupName, String clusterName, String applicationTypeName, Context context)
Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource.
Parameters:
Returns: