280 строки
20 KiB
YAML
280 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets"
|
|
name: "Fleets"
|
|
nameWithType: "Fleets"
|
|
summary: "Resource collection API of Fleets."
|
|
syntax: "public interface **Fleets**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Fleets.define(String name)"
|
|
summary: "Begins definition for a new Fleet resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Fleet.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Fleet resource."
|
|
returns:
|
|
description: "the first stage of the new Fleet definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet.DefinitionStages.Blank?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.delete(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.delete(String resourceGroupName, String fleetName)"
|
|
name: "delete(String resourceGroupName, String fleetName)"
|
|
nameWithType: "Fleets.delete(String resourceGroupName, String fleetName)"
|
|
summary: "Delete a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String fleetName)"
|
|
desc: "Delete a Fleet."
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.delete(String resourceGroupName, String fleetName, String ifMatch, Context context)"
|
|
name: "delete(String resourceGroupName, String fleetName, String ifMatch, Context context)"
|
|
nameWithType: "Fleets.delete(String resourceGroupName, String fleetName, String ifMatch, Context context)"
|
|
summary: "Delete a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The request should only proceed if an entity matches this string."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String fleetName, String ifMatch, Context context)"
|
|
desc: "Delete a Fleet."
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Fleets.deleteById(String id)"
|
|
summary: "Delete a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Delete a Fleet."
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.deleteByIdWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.deleteByIdWithResponse(String id, String ifMatch, Context context)"
|
|
name: "deleteByIdWithResponse(String id, String ifMatch, Context context)"
|
|
nameWithType: "Fleets.deleteByIdWithResponse(String id, String ifMatch, Context context)"
|
|
summary: "Delete a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The request should only proceed if an entity matches this string."
|
|
name: "ifMatch"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByIdWithResponse(String id, String ifMatch, Context context)"
|
|
desc: "Delete a Fleet."
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Fleets.getById(String id)"
|
|
summary: "Gets a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Fleet getById(String id)"
|
|
desc: "Gets a Fleet."
|
|
returns:
|
|
description: "a Fleet along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Fleets.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Fleet> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets a Fleet."
|
|
returns:
|
|
description: "a Fleet along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByResourceGroup(String resourceGroupName, String fleetName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String fleetName)"
|
|
nameWithType: "Fleets.getByResourceGroup(String resourceGroupName, String fleetName)"
|
|
summary: "Gets a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Fleet getByResourceGroup(String resourceGroupName, String fleetName)"
|
|
desc: "Gets a Fleet."
|
|
returns:
|
|
description: "a Fleet."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.getByResourceGroupWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
nameWithType: "Fleets.getByResourceGroupWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
summary: "Gets a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Fleet> getByResourceGroupWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
desc: "Gets a Fleet."
|
|
returns:
|
|
description: "a Fleet along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.list()"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.list()"
|
|
name: "list()"
|
|
nameWithType: "Fleets.list()"
|
|
summary: "Lists fleets in the specified subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<Fleet> list()"
|
|
desc: "Lists fleets in the specified subscription."
|
|
returns:
|
|
description: "the response of a Fleet list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "Fleets.list(Context context)"
|
|
summary: "Lists fleets in the specified subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Fleet> list(Context context)"
|
|
desc: "Lists fleets in the specified subscription."
|
|
returns:
|
|
description: "the response of a Fleet list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Fleets.listByResourceGroup(String resourceGroupName)"
|
|
summary: "Lists fleets in the specified subscription and resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Fleet> listByResourceGroup(String resourceGroupName)"
|
|
desc: "Lists fleets in the specified subscription and resource group."
|
|
returns:
|
|
description: "the response of a Fleet list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "Fleets.listByResourceGroup(String resourceGroupName, Context context)"
|
|
summary: "Lists fleets in the specified subscription and resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Fleet> listByResourceGroup(String resourceGroupName, Context context)"
|
|
desc: "Lists fleets in the specified subscription and resource group."
|
|
returns:
|
|
description: "the response of a Fleet list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.Fleet?alt=com.azure.resourcemanager.containerservicefleet.models.Fleet&text=Fleet\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listCredentials(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listCredentials(String resourceGroupName, String fleetName)"
|
|
name: "listCredentials(String resourceGroupName, String fleetName)"
|
|
nameWithType: "Fleets.listCredentials(String resourceGroupName, String fleetName)"
|
|
summary: "Lists the user credentials of a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract FleetCredentialResults listCredentials(String resourceGroupName, String fleetName)"
|
|
desc: "Lists the user credentials of a Fleet."
|
|
returns:
|
|
description: "the Credential results response."
|
|
type: "<xref href=\"com.azure.resourcemanager.containerservicefleet.models.FleetCredentialResults?alt=com.azure.resourcemanager.containerservicefleet.models.FleetCredentialResults&text=FleetCredentialResults\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listCredentialsWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.containerservicefleet.models.Fleets.listCredentialsWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
name: "listCredentialsWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
nameWithType: "Fleets.listCredentialsWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
summary: "Lists the user credentials of a Fleet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Fleet resource."
|
|
name: "fleetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<FleetCredentialResults> listCredentialsWithResponse(String resourceGroupName, String fleetName, Context context)"
|
|
desc: "Lists the user credentials of a Fleet."
|
|
returns:
|
|
description: "the Credential results response along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.containerservicefleet.models.FleetCredentialResults?alt=com.azure.resourcemanager.containerservicefleet.models.FleetCredentialResults&text=FleetCredentialResults\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Fleets."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.containerservicefleet.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservicefleet:1.1.0
|