223 строки
16 KiB
YAML
223 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores"
|
|
name: "ArtifactStores"
|
|
nameWithType: "ArtifactStores"
|
|
summary: "Resource collection API of Artifact<wbr>Stores."
|
|
syntax: "public interface **ArtifactStores**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "ArtifactStores.define(String name)"
|
|
summary: "Begins definition for a new Artifact<wbr>Store 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 ArtifactStore.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new ArtifactStore resource."
|
|
returns:
|
|
description: "the first stage of the new ArtifactStore definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactStore.DefinitionStages.Blank?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.delete(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
name: "delete(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
nameWithType: "ArtifactStores.delete(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
summary: "Deletes the specified artifact store."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the artifact store."
|
|
name: "artifactStoreName"
|
|
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 publisherName, String artifactStoreName)"
|
|
desc: "Deletes the specified artifact store."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.delete(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
name: "delete(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
nameWithType: "ArtifactStores.delete(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
summary: "Deletes the specified artifact store."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the artifact store."
|
|
name: "artifactStoreName"
|
|
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 publisherName, String artifactStoreName, Context context)"
|
|
desc: "Deletes the specified artifact store."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "ArtifactStores.deleteById(String id)"
|
|
summary: "Deletes the specified artifact store."
|
|
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: "Deletes the specified artifact store."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "ArtifactStores.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes the specified artifact store."
|
|
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 void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes the specified artifact store."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.get(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
name: "get(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
nameWithType: "ArtifactStores.get(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
summary: "Gets information about the specified artifact store."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the artifact store."
|
|
name: "artifactStoreName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ArtifactStore get(String resourceGroupName, String publisherName, String artifactStoreName)"
|
|
desc: "Gets information about the specified artifact store."
|
|
returns:
|
|
description: "information about the specified artifact store."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "ArtifactStores.getById(String id)"
|
|
summary: "Gets information about the specified artifact store."
|
|
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 ArtifactStore getById(String id)"
|
|
desc: "Gets information about the specified artifact store."
|
|
returns:
|
|
description: "information about the specified artifact store 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.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "ArtifactStores.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets information about the specified artifact store."
|
|
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<ArtifactStore> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets information about the specified artifact store."
|
|
returns:
|
|
description: "information about the specified artifact store 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.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
nameWithType: "ArtifactStores.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
summary: "Gets information about the specified artifact store."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the artifact store."
|
|
name: "artifactStoreName"
|
|
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<ArtifactStore> getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
|
|
desc: "Gets information about the specified artifact store."
|
|
returns:
|
|
description: "information about the specified artifact store 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.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.listByPublisher(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.listByPublisher(String resourceGroupName, String publisherName)"
|
|
name: "listByPublisher(String resourceGroupName, String publisherName)"
|
|
nameWithType: "ArtifactStores.listByPublisher(String resourceGroupName, String publisherName)"
|
|
summary: "Gets information of the Artifact<wbr>Stores under publisher."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ArtifactStore> listByPublisher(String resourceGroupName, String publisherName)"
|
|
desc: "Gets information of the ArtifactStores under publisher."
|
|
returns:
|
|
description: "information of the ArtifactStores under publisher 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.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.listByPublisher(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactStores.listByPublisher(String resourceGroupName, String publisherName, Context context)"
|
|
name: "listByPublisher(String resourceGroupName, String publisherName, Context context)"
|
|
nameWithType: "ArtifactStores.listByPublisher(String resourceGroupName, String publisherName, Context context)"
|
|
summary: "Gets information of the Artifact<wbr>Stores under publisher."
|
|
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 publisher."
|
|
name: "publisherName"
|
|
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<ArtifactStore> listByPublisher(String resourceGroupName, String publisherName, Context context)"
|
|
desc: "Gets information of the ArtifactStores under publisher."
|
|
returns:
|
|
description: "information of the ArtifactStores under publisher 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.hybridnetwork.models.ArtifactStore?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactStore&text=ArtifactStore\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of ArtifactStores."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|