150 строки
12 KiB
YAML
150 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient"
|
|
name: "OperationsClient"
|
|
nameWithType: "OperationsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Operations<wbr>Client."
|
|
syntax: "public interface **OperationsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.createOrUpdate(java.lang.String,com.azure.resourcemanager.providerhub.models.OperationsPutContent)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.createOrUpdate(String providerNamespace, OperationsPutContent operationsPutContent)"
|
|
name: "createOrUpdate(String providerNamespace, OperationsPutContent operationsPutContent)"
|
|
nameWithType: "OperationsClient.createOrUpdate(String providerNamespace, OperationsPutContent operationsPutContent)"
|
|
summary: "Creates or updates the operation supported by 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 operations content properties supplied to the CreateOrUpdate operation."
|
|
name: "operationsPutContent"
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.OperationsPutContent?alt=com.azure.resourcemanager.providerhub.models.OperationsPutContent&text=OperationsPutContent\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract OperationsContentInner createOrUpdate(String providerNamespace, OperationsPutContent operationsPutContent)"
|
|
desc: "Creates or updates the operation supported by the given provider."
|
|
returns:
|
|
description: "the response."
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.fluent.models.OperationsContentInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsContentInner&text=OperationsContentInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.createOrUpdateWithResponse(java.lang.String,com.azure.resourcemanager.providerhub.models.OperationsPutContent,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.createOrUpdateWithResponse(String providerNamespace, OperationsPutContent operationsPutContent, Context context)"
|
|
name: "createOrUpdateWithResponse(String providerNamespace, OperationsPutContent operationsPutContent, Context context)"
|
|
nameWithType: "OperationsClient.createOrUpdateWithResponse(String providerNamespace, OperationsPutContent operationsPutContent, Context context)"
|
|
summary: "Creates or updates the operation supported by 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 operations content properties supplied to the CreateOrUpdate operation."
|
|
name: "operationsPutContent"
|
|
type: "<xref href=\"com.azure.resourcemanager.providerhub.models.OperationsPutContent?alt=com.azure.resourcemanager.providerhub.models.OperationsPutContent&text=OperationsPutContent\" 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<OperationsContentInner> createOrUpdateWithResponse(String providerNamespace, OperationsPutContent operationsPutContent, Context context)"
|
|
desc: "Creates or updates the operation supported by 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\" /><<xref href=\"com.azure.resourcemanager.providerhub.fluent.models.OperationsContentInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsContentInner&text=OperationsContentInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.delete(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.delete(String providerNamespace)"
|
|
name: "delete(String providerNamespace)"
|
|
nameWithType: "OperationsClient.delete(String providerNamespace)"
|
|
summary: "Deletes an operation."
|
|
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 void delete(String providerNamespace)"
|
|
desc: "Deletes an operation."
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.deleteWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.deleteWithResponse(String providerNamespace, Context context)"
|
|
name: "deleteWithResponse(String providerNamespace, Context context)"
|
|
nameWithType: "OperationsClient.deleteWithResponse(String providerNamespace, Context context)"
|
|
summary: "Deletes an operation."
|
|
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<Void> deleteWithResponse(String providerNamespace, Context context)"
|
|
desc: "Deletes an operation."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.list()"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.list()"
|
|
name: "list()"
|
|
nameWithType: "OperationsClient.list()"
|
|
summary: "Lists all the operations supported by Microsoft.<wbr>Provider<wbr>Hub."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<OperationsDefinitionInner> list()"
|
|
desc: "Lists all the operations supported by Microsoft.ProviderHub."
|
|
returns:
|
|
description: "the 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.providerhub.fluent.models.OperationsDefinitionInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner&text=OperationsDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "OperationsClient.list(Context context)"
|
|
summary: "Lists all the operations supported by Microsoft.<wbr>Provider<wbr>Hub."
|
|
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<OperationsDefinitionInner> list(Context context)"
|
|
desc: "Lists all the operations supported by Microsoft.ProviderHub."
|
|
returns:
|
|
description: "the 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.providerhub.fluent.models.OperationsDefinitionInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner&text=OperationsDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.listByProviderRegistration(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.listByProviderRegistration(String providerNamespace)"
|
|
name: "listByProviderRegistration(String providerNamespace)"
|
|
nameWithType: "OperationsClient.listByProviderRegistration(String providerNamespace)"
|
|
summary: "Gets the operations supported by 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 List<OperationsDefinitionInner> listByProviderRegistration(String providerNamespace)"
|
|
desc: "Gets the operations supported by the given provider."
|
|
returns:
|
|
description: "the operations supported by the given provider."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner&text=OperationsDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.listByProviderRegistrationWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.providerhub.fluent.OperationsClient.listByProviderRegistrationWithResponse(String providerNamespace, Context context)"
|
|
name: "listByProviderRegistrationWithResponse(String providerNamespace, Context context)"
|
|
nameWithType: "OperationsClient.listByProviderRegistrationWithResponse(String providerNamespace, Context context)"
|
|
summary: "Gets the operations supported by 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<List<OperationsDefinitionInner>> listByProviderRegistrationWithResponse(String providerNamespace, Context context)"
|
|
desc: "Gets the operations supported by the given provider."
|
|
returns:
|
|
description: "the operations supported by the given provider 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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner?alt=com.azure.resourcemanager.providerhub.fluent.models.OperationsDefinitionInner&text=OperationsDefinitionInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in OperationsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.providerhub.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-providerhub:1.0.0
|