azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

353 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests"
name: "ArtifactManifests"
nameWithType: "ArtifactManifests"
summary: "Resource collection API of Artifact<wbr>Manifests."
syntax: "public interface **ArtifactManifests**"
methods:
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.define(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.define(String name)"
name: "define(String name)"
nameWithType: "ArtifactManifests.define(String name)"
summary: "Begins definition for a new Artifact<wbr>Manifest 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 ArtifactManifest.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ArtifactManifest resource."
returns:
description: "the first stage of the new ArtifactManifest definition."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest.DefinitionStages.Blank?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
name: "delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
nameWithType: "ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
summary: "Deletes the specified artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
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, String artifactManifestName)"
desc: "Deletes the specified artifact manifest."
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
name: "delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
nameWithType: "ArtifactManifests.delete(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
summary: "Deletes the specified artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
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, String artifactManifestName, Context context)"
desc: "Deletes the specified artifact manifest."
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ArtifactManifests.deleteById(String id)"
summary: "Deletes the specified artifact manifest."
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 manifest."
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ArtifactManifests.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the specified artifact manifest."
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 manifest."
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
name: "get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
nameWithType: "ArtifactManifests.get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
summary: "Gets information about a artifact manifest resource."
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 name of the artifact manifest."
name: "artifactManifestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ArtifactManifest get(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
desc: "Gets information about a artifact manifest resource."
returns:
description: "information about a artifact manifest resource."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getById(String id)"
name: "getById(String id)"
nameWithType: "ArtifactManifests.getById(String id)"
summary: "Gets information about a artifact manifest resource."
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 ArtifactManifest getById(String id)"
desc: "Gets information about a artifact manifest resource."
returns:
description: "information about a artifact manifest resource 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.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ArtifactManifests.getByIdWithResponse(String id, Context context)"
summary: "Gets information about a artifact manifest resource."
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<ArtifactManifest> getByIdWithResponse(String id, Context context)"
desc: "Gets information about a artifact manifest resource."
returns:
description: "information about a artifact manifest resource 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\" />&lt;<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
name: "getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
nameWithType: "ArtifactManifests.getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
summary: "Gets information about a artifact manifest resource."
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 name of the artifact manifest."
name: "artifactManifestName"
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<ArtifactManifest> getWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
desc: "Gets information about a artifact manifest resource."
returns:
description: "information about a artifact manifest resource 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\" />&lt;<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)"
name: "listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)"
nameWithType: "ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)"
summary: "Gets information about the artifact manifest."
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 PagedIterable<ArtifactManifest> listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName)"
desc: "Gets information about the artifact manifest."
returns:
description: "information about the artifact manifest 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\" />&lt;<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
name: "listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
nameWithType: "ArtifactManifests.listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
summary: "Gets information about the artifact manifest."
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 PagedIterable<ArtifactManifest> listByArtifactStore(String resourceGroupName, String publisherName, String artifactStoreName, Context context)"
desc: "Gets information about the artifact manifest."
returns:
description: "information about the artifact manifest 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\" />&lt;<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifest&text=ArtifactManifest\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredential(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
name: "listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
nameWithType: "ArtifactManifests.listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
summary: "List credential for publishing artifacts defined in artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ArtifactAccessCredential listCredential(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName)"
desc: "List credential for publishing artifacts defined in artifact manifest."
returns:
description: "the artifact manifest credential definition."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactAccessCredential?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactAccessCredential&text=ArtifactAccessCredential\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredentialWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
name: "listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
nameWithType: "ArtifactManifests.listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
summary: "List credential for publishing artifacts defined in artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
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<ArtifactAccessCredential> listCredentialWithResponse(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, Context context)"
desc: "List credential for publishing artifacts defined in artifact manifest."
returns:
description: "the artifact manifest credential definition 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\" />&lt;<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactAccessCredential?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactAccessCredential&text=ArtifactAccessCredential\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)"
name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)"
nameWithType: "ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)"
summary: "Update state for artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update the state of artifact manifest."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner&text=ArtifactManifestUpdateStateInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ArtifactManifestUpdateState updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters)"
desc: "Update state for artifact manifest."
returns:
description: "the artifact manifest updating request payload."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifestUpdateState?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifestUpdateState&text=ArtifactManifestUpdateState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.models.ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)"
name: "updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)"
nameWithType: "ArtifactManifests.updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)"
summary: "Update state for artifact manifest."
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 name of the artifact manifest."
name: "artifactManifestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update the state of artifact manifest."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.ArtifactManifestUpdateStateInner&text=ArtifactManifestUpdateStateInner\" data-throw-if-not-resolved=\"False\" />"
- 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 ArtifactManifestUpdateState updateState(String resourceGroupName, String publisherName, String artifactStoreName, String artifactManifestName, ArtifactManifestUpdateStateInner parameters, Context context)"
desc: "Update state for artifact manifest."
returns:
description: "the artifact manifest updating request payload."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ArtifactManifestUpdateState?alt=com.azure.resourcemanager.hybridnetwork.models.ArtifactManifestUpdateState&text=ArtifactManifestUpdateState\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Resource collection API of ArtifactManifests."
metadata: {}
package: "com.azure.resourcemanager.hybridnetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0