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

90 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.providerhub.models.ResourceProviders"
fullName: "com.azure.resourcemanager.providerhub.models.ResourceProviders"
name: "ResourceProviders"
nameWithType: "ResourceProviders"
summary: "Resource collection API of Resource<wbr>Providers."
syntax: "public interface **ResourceProviders**"
methods:
- uid: "com.azure.resourcemanager.providerhub.models.ResourceProviders.checkinManifest(java.lang.String,com.azure.resourcemanager.providerhub.models.CheckinManifestParams)"
fullName: "com.azure.resourcemanager.providerhub.models.ResourceProviders.checkinManifest(String providerNamespace, CheckinManifestParams checkinManifestParams)"
name: "checkinManifest(String providerNamespace, CheckinManifestParams checkinManifestParams)"
nameWithType: "ResourceProviders.checkinManifest(String providerNamespace, CheckinManifestParams checkinManifestParams)"
summary: "Checkin the manifest."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource provider hosted within ProviderHub."
name: "providerNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required body parameters supplied to the checkin manifest operation."
name: "checkinManifestParams"
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.CheckinManifestParams?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestParams&text=CheckinManifestParams\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckinManifestInfo checkinManifest(String providerNamespace, CheckinManifestParams checkinManifestParams)"
desc: "Checkin the manifest."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.CheckinManifestInfo?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestInfo&text=CheckinManifestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.ResourceProviders.checkinManifestWithResponse(java.lang.String,com.azure.resourcemanager.providerhub.models.CheckinManifestParams,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.providerhub.models.ResourceProviders.checkinManifestWithResponse(String providerNamespace, CheckinManifestParams checkinManifestParams, Context context)"
name: "checkinManifestWithResponse(String providerNamespace, CheckinManifestParams checkinManifestParams, Context context)"
nameWithType: "ResourceProviders.checkinManifestWithResponse(String providerNamespace, CheckinManifestParams checkinManifestParams, Context context)"
summary: "Checkin the manifest."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource provider hosted within ProviderHub."
name: "providerNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The required body parameters supplied to the checkin manifest operation."
name: "checkinManifestParams"
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.CheckinManifestParams?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestParams&text=CheckinManifestParams\" 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 Response<CheckinManifestInfo> checkinManifestWithResponse(String providerNamespace, CheckinManifestParams checkinManifestParams, Context context)"
desc: "Checkin the manifest."
returns:
description: "the response body 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.providerhub.models.CheckinManifestInfo?alt=com.azure.resourcemanager.providerhub.models.CheckinManifestInfo&text=CheckinManifestInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.providerhub.models.ResourceProviders.generateManifest(java.lang.String)"
fullName: "com.azure.resourcemanager.providerhub.models.ResourceProviders.generateManifest(String providerNamespace)"
name: "generateManifest(String providerNamespace)"
nameWithType: "ResourceProviders.generateManifest(String providerNamespace)"
summary: "Generates the manifest for the given provider."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource provider hosted within ProviderHub."
name: "providerNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ResourceProviderManifest generateManifest(String providerNamespace)"
desc: "Generates the manifest for the given provider."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.ResourceProviderManifest?alt=com.azure.resourcemanager.providerhub.models.ResourceProviderManifest&text=ResourceProviderManifest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.providerhub.models.ResourceProviders.generateManifestWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.providerhub.models.ResourceProviders.generateManifestWithResponse(String providerNamespace, Context context)"
name: "generateManifestWithResponse(String providerNamespace, Context context)"
nameWithType: "ResourceProviders.generateManifestWithResponse(String providerNamespace, Context context)"
summary: "Generates the manifest for the given provider."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource provider hosted within ProviderHub."
name: "providerNamespace"
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<ResourceProviderManifest> generateManifestWithResponse(String providerNamespace, Context context)"
desc: "Generates the manifest for the given provider."
returns:
description: "the response body 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.providerhub.models.ResourceProviderManifest?alt=com.azure.resourcemanager.providerhub.models.ResourceProviderManifest&text=ResourceProviderManifest\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ResourceProviders."
metadata: {}
package: "com.azure.resourcemanager.providerhub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0