ArmSecurityCenterModelFactory.ApiCollectionData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityCenter.ApiCollectionData ApiCollectionData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterProvisioningState? provisioningState = default, string displayName = default, Azure.Core.ResourceIdentifier discoveredVia = default, Uri baseUri = default, long? numberOfApiEndpoints = default, long? numberOfInactiveApiEndpoints = default, long? numberOfUnauthenticatedApiEndpoints = default, long? numberOfExternalApiEndpoints = default, long? numberOfApiEndpointsWithSensitiveDataExposed = default, string sensitivityLabel = default);
static member ApiCollectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterProvisioningState> * string * Azure.Core.ResourceIdentifier * Uri * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.SecurityCenter.ApiCollectionData
Public Shared Function ApiCollectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of SecurityCenterProvisioningState) = Nothing, Optional displayName As String = Nothing, Optional discoveredVia As ResourceIdentifier = Nothing, Optional baseUri As Uri = Nothing, Optional numberOfApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfInactiveApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfUnauthenticatedApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfExternalApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfApiEndpointsWithSensitiveDataExposed As Nullable(Of Long) = Nothing, Optional sensitivityLabel As String = Nothing) As ApiCollectionData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- provisioningState
- Nullable<SecurityCenterProvisioningState>
Gets the provisioning state of the API collection.
- displayName
- String
The display name of the API collection.
- discoveredVia
- ResourceIdentifier
The resource Id of the resource from where this API collection was discovered.
- baseUri
- Uri
The base URI for this API collection. All endpoints of this API collection extend this base URI.
The number of API endpoints in this API collection that have not received any API traffic in the last 30 days.
The number of API endpoints in this API collection that are unauthenticated.
The number of API endpoints in this API collection for which API traffic from the internet was observed.
The number of API endpoints in this API collection which are exposing sensitive data in their requests and/or responses.
- sensitivityLabel
- String
The highest priority sensitivity label from Microsoft Purview in this API collection.
Returns
A new ApiCollectionData instance for mocking.